Skip to main content
All docs
V23.2

ReportDesignerClientSideModelGenerator.GetJsonModelScriptAsync Method

Name Parameters Description
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) report, dataSources, controllerUri, previewControllerUri, queryBuilderControllerUri, settings
GetJsonModelScriptAsync(XtraReport, IDictionary<String, Object>, String, String, String) report, dataSources, controllerUri, previewControllerUri, queryBuilderControllerUri
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) reportUrl, dataSources, controllerUri, previewControllerUri, queryBuilderControllerUri, settings Asynchronously generates a client-side Report Designer model based on specified data and serializes this model to JSON.
GetJsonModelScriptAsync(String, IDictionary<String, Object>, String, String, String) reportUrl, dataSources, controllerUri, previewControllerUri, queryBuilderControllerUri Asynchronously generates a client-side Report Designer model based on specified data and serializes this model to JSON.