IReportDesignerClientSideModelGenerator Methods
Generates a client-side model of the
Web End-User Report Designer in ASP.NET Core applications.
Name |
CreateErrorJson(Exception)
|
CreateErrorJson(String)
|
GetJsonModelScript(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings)
|
GetJsonModelScript(XtraReport, IDictionary<String, Object>, String, String, String)
|
GetJsonModelScript(ReportDesignerModel, ClientSideModelSettings)
|
GetJsonModelScript(ReportDesignerModel)
|
GetJsonModelScript(String, IDictionary<String, Object>, String, String, String, ClientSideModelSettings)
|
GetJsonModelScript(String, IDictionary<String, Object>, String, String, String)
|
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings)
|
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String)
|
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String, ClientSideModelSettings)
|
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String)
|
GetModel(XtraReport, IDictionary<String, Object>, String, String, String)
|
GetModel(String, IDictionary<String, Object>, String, String, String)
|
GetModelAsync(XtraReport, IDictionary<String, Object>, String, String, String)
|
GetModelAsync(String, IDictionary<String, Object>, String, String, String)
|
See Also