XtraReportModel.JsonSchema Property
In This Article
Specifies the JSON data source schema.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public JsonSchemaNode JsonSchema { get; set; }
#Property Value
Type | Description |
---|---|
Json |
The JSON source schema. |
See Also