Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetModel(CachedReportSourceWeb, String) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

WebDocumentViewerModel GetModel(
    CachedReportSourceWeb cachedReportSource,
    string controllerUri
)

Parameters

Name Type
cachedReportSource CachedReportSourceWeb
controllerUri String

Returns

Type
WebDocumentViewerModel
See Also