Skip to main content
A newer version of this page is available. .

XtraReportModel.JsonSchema Property

Specifies the JSON data source schema.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public JsonSchemaNode JsonSchema { get; set; }

Property Value

Type Description
JsonSchemaNode

The JSON source schema.

Implements

See Also