QueryBuilderModel.TableQueryModelJson Property
Specifies a SelectQuery‘s model serialized to the JSON string.
Namespace: DevExpress.XtraReports.Web.QueryBuilder
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Property Value
Type | Description |
---|---|
String | A String that specifies the JSON representation of the SelectQuery model. |
See Also