ReportBuildProperties.SortingState Property
Returns a dictionary, listing report elements along with their associated sorting states.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Property Value
Type | Description |
---|---|
Dictionary<String, List<DevExpress.XtraReports.Native.Interaction.SortingFieldInfo>> | A dictionary listing elements along with assigned sorting information. |
See Also