Skip to main content
A newer version of this page is available. .
All docs
V20.2

IReportDesignerClientSideModelGenerator.GetJsonModelScript(XtraReport, IDictionary<String, Object>, String, String, String, ClientSideModelSettings) Method

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

string GetJsonModelScript(
    XtraReport report,
    IDictionary<string, object> dataSources,
    string controllerUri,
    string previewControllerUri,
    string queryBuilderControllerUri,
    ClientSideModelSettings settings
)

Parameters

Name Type
report XtraReport
dataSources IDictionary<String, Object>
controllerUri String
previewControllerUri String
queryBuilderControllerUri String
settings ClientSideModelSettings

Returns

Type
String
See Also