Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetJsonModelScript(String, String, ClientSideModelSettings) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

string GetJsonModelScript(
    string reportUrl,
    string controllerUri,
    ClientSideModelSettings settings
)

Parameters

Name Type
reportUrl String
controllerUri String
settings ClientSideModelSettings

Returns

Type
String
See Also