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

QueryBuilderModel.SqlDataSourceJson Property

Specifies a SQL data source’s model serialized to the JSON string.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string SqlDataSourceJson { get; set; }

Property Value

Type Description
String

A String that specifies the JSON representation of the SQL data source model.

See Also