IReportDesignerModelBuilder.BuildJsonModelAsync() Method
Builds a View Model for a Report Designer component and asynchronously serializes the model to JSON.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v26.1.Web.dll
Declaration
Returns
| Type | Description |
|---|---|
| Task<String> | A task that returns a string that is the JSON-serialized model. |
See Also