WebDocumentViewerClientSideModelGeneratorBase<T>.GetModelAsync(String, String) Method
Generates a client-side reporting component 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
Parameters
Name | Type | Description |
---|---|---|
reportUrl | String | A URL of 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 Web Document Viewer model. |
Implements
See Also