Interface IReportController
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
[Obsolete("This has been deprecated and component is no longer in active development. Switch to our next generation Bold Report Viewer component. https://help.boldreports.com/javascript/report-viewer/")]
public interface IReportController
Methods
GetResource(String, String, Boolean)
Get Image source for the processed report.
Declaration
object GetResource(string key, string resourcetype, bool isPrint)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
resourcetype |
|
System.Boolean |
isPrint |
|
Returns
Type |
Description |
System.Object |
|
OnInitReportOptions(ReportViewerOptions)
Declaration
void OnInitReportOptions(ReportViewerOptions reportOption)
Parameters
OnReportLoaded(ReportViewerOptions)
Declaration
void OnReportLoaded(ReportViewerOptions reportOption)
Parameters
PostReportAction(Dictionary<String, Object>)
Declaration
object PostReportAction(Dictionary<string, object> jsonResult)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonResult |
|
Returns
Type |
Description |
System.Object |
|