Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetJsonModelScript(WebDocumentViewerModel, ClientSideModelSettings) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

string GetJsonModelScript(
    WebDocumentViewerModel viewerModel,
    ClientSideModelSettings settings
)

Parameters

Name Type
viewerModel WebDocumentViewerModel
settings ClientSideModelSettings

Returns

Type
String
See Also