Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetJsonModelScriptAsync(CachedReportSourceWeb, String, ClientSideModelSettings) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<string> GetJsonModelScriptAsync(
    CachedReportSourceWeb cachedReportSource,
    string controllerUri,
    ClientSideModelSettings settings
)

Parameters

Name Type
cachedReportSource CachedReportSourceWeb
controllerUri String
settings ClientSideModelSettings

Returns

Type
Task<String>
See Also