Skip to main content
All docs
V24.1

WebDocumentViewerClientSideModelGeneratorBase<T>.GetModelAsync(XtraReport, String) Method

Generates a client-side Document Viewer model based on specified data., asynchronously.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public Task<T> GetModelAsync(
    XtraReport report,
    string controllerUri
)

Parameters

Name Type Description
report XtraReport

A report that the reporting component opens.

controllerUri String

The URI of the controller action that processes requests from the reporting component.

Returns

Type Description
Task<T>

A task that returns the client-side component model.

See Also