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.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Returns
Type | Description |
---|---|
Task<String> | A task that returns a string that is the JSON-serialized model. |
See Also