Click or drag to resize

StiDataSourceSetSort Method

Sorts data. If data source is not able to sort data then this command is ignored.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SetSort(
	Object[,,] conditions,
	string[] sortColumns,
	StiComponent component,
	StiDataBand databand,
	StiComponentsCollection groupHeaders
)

Parameters

conditions
Type: SystemObject
Array with group conditions. Array with group conditions. 1 dimension - group condition. 2 dimension - sort direction.
sortColumns
Type: SystemString
Parameters of sorting. Example: new string[] {"ASC", "Company", "DESC", "ParentRelation", "DATE"}
component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.SetSort(System.Object[0:,0:,0:],System.String[],Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiComponentsCollection)"]

databand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="databand"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.SetSort(System.Object[0:,0:,0:],System.String[],Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiComponentsCollection)"]

groupHeaders
Type: Stimulsoft.Report.ComponentsStiComponentsCollection

[Missing <param name="groupHeaders"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataSource.SetSort(System.Object[0:,0:,0:],System.String[],Stimulsoft.Report.Components.StiComponent,Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiComponentsCollection)"]

See Also