IWebDocumentViewerClientSideModelGeneratorBase<T>.GetJsonModelScript(T) Method
Serializes the specified client-side Web Document Viewer model to Json.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type |
---|---|
viewerModel | T |
Returns
Type | Description |
---|---|
String | A JSON string that contains a Web Document Viewer model. |
See Also