Skip to main content

QueryBuilderModel.TableQueryModelJson Property

Specifies a SelectQuery‘s model serialized to the JSON string.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string TableQueryModelJson { get; set; }

Property Value

Type Description
String

A String that specifies the JSON representation of the SelectQuery model.

See Also