Skip to main content
A newer version of this page is available. .

WebDocumentViewerClientSideModelGenerator.GetJsonModelScript Method

Name Parameters Description
GetJsonModelScript(XtraReport, String, ClientSideModelSettings) report, controllerUri, settings Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
GetJsonModelScript(XtraReport, String) report, controllerUri Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
GetJsonModelScript(CachedReportSourceWeb, String, ClientSideModelSettings) cachedReportSource, controllerUri, settings
GetJsonModelScript(CachedReportSourceWeb, String) cachedReportSource, controllerUri
GetJsonModelScript(WebDocumentViewerModel, ClientSideModelSettings) viewerModel, settings
GetJsonModelScript(WebDocumentViewerModel) viewerModel
GetJsonModelScript(String, String, ClientSideModelSettings) reportUrl, controllerUri, settings Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.
GetJsonModelScript(String, String) reportUrl, controllerUri Generates a client-side Document Viewer model based on the specified data and serializes this model to Json.