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
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. |
Implements
See Also