Skip to main content
All docs
V25.1
  • WebDocumentViewerClientSideModelGeneratorBase<T>.GetJsonModelScript(T) Method

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

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

    Assembly: DevExpress.XtraReports.v25.1.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    public string GetJsonModelScript(
        T model
    )

    Parameters

    Name Type Description
    model T

    A client-side Web Document Viewer model.

    Returns

    Type Description
    String

    A JSON string that contains a Web Document Viewer model.

    Implements

    See Also