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

WebDocumentViewerClientSideModelGenerator.GetModel(CachedReportSourceWeb, String) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public WebDocumentViewerModel GetModel(
    CachedReportSourceWeb cachedReportSource,
    string controllerUri
)

Parameters

Name Type
cachedReportSource CachedReportSourceWeb
controllerUri String

Returns

Type
WebDocumentViewerModel
See Also