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

ReportBuildArgs.BandSorting Property

For internal use.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DataMember]
public Dictionary<string, List<SortingFieldInfoContract>> BandSorting { get; set; }

Property Value

Type
Dictionary<String, List<DevExpress.DocumentServices.ServiceModel.DataContracts.SortingFieldInfoContract>>
See Also