Skip to main content

WebDocumentViewerClientSideModelGenerator.GetJsonModelScript(WebDocumentViewerModel, ClientSideModelSettings) Method

Serializes the specified client-side Web Document Viewer model to Json.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string GetJsonModelScript(
    WebDocumentViewerModel viewerModel,
    ClientSideModelSettings settings
)

Parameters

Name Type Description
viewerModel WebDocumentViewerModel

A client-side Web Document Viewer model.

settings ClientSideModelSettings

Settings of the client-side Document Viewer model.

Returns

Type Description
String

A JSON string that contains a Web Document Viewer model.

See Also