Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetJsonModelScriptAsync(XtraReport, String) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<string> GetJsonModelScriptAsync(
    XtraReport report,
    string controllerUri
)

Parameters

Name Type
report XtraReport
controllerUri String

Returns

Type
Task<String>
See Also