Skip to main content
All docs
V23.2

IWebDocumentViewerClientSideModelGenerator.GetModelAsync(String, String) Method

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<WebDocumentViewerModel> GetModelAsync(
    string reportUrl,
    string controllerUri
)

Parameters

Name Type
reportUrl String
controllerUri String

Returns

Type
Task<WebDocumentViewerModel>
See Also