Skip to main content
All docs
V25.1
  • WebDocumentViewerClientSideModelGeneratorBase<T>.GetJsonModelScriptAsync Method

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