WebDocumentViewerClientSideModelGeneratorBase<T>.GetModelAsync(CachedReportSourceWeb, String) Method
Asynchronously generates a client-side Document Viewer model based on the specified data.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v25.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
public Task<T> GetModelAsync(
CachedReportSourceWeb cachedReportSource,
string controllerUri
)
Parameters
| Name | Type | Description |
|---|---|---|
| cachedReportSource | CachedReportSourceWeb | A CachedReportSourceWeb object that serves to generate a document from a report. |
| 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 reporting component model. |
Implements
See Also