Skip to main content

ReportBuildProperties.SortingState Property

Returns a dictionary, listing report elements along with their associated sorting states.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public Dictionary<string, List<SortingFieldInfo>> SortingState { get; set; }

Property Value

Type Description
Dictionary<String, List<DevExpress.XtraReports.Native.Interaction.SortingFieldInfo>>

A dictionary listing elements along with assigned sorting information.

See Also