hi i use Stimul reporti have a controller in Controller_Action
public async Task GetResultReport(string ExportType, string Type, string ID)
{
//Some Code…
return Stimulsoft.Report.Mvc.StiNetCoreViewer.ExportReportResult(this, report);
}
And i should write below code to schtml
@Html.StiNetCoreViewer(new StiNetCoreViewerOptions()
{
Actions =
{
GetReport = “GetReport”,
ViewerEvent = “ViewerEvent”
}
})My Qusetion is Where I Can Place the html Code in asp Maker