ActiveReports 11
Collation Property (IBaseDataSet)

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > IBaseDataSet Interface : Collation Property

Gets or sets the locale to use in the collation sequence for sorting data.

Syntax
'Declaration
 
Property Collation As String
string Collation {get; set;}

Property Value

A String indicating the locale to use in the collation sequence for sorting data.

Remarks

If no Collation is specified, the application attempts to derive the collation setting by querying the data provider.

Defaults to the application's locale settings if the data provider does not support that method or returns an unsupported or invalid value.

See Also

Reference

IBaseDataSet Interface
IBaseDataSet Members