Gets or sets the locale to use for the collation sequence for sorting data. Uses the standard Microsoft SQL Server collation names. If no Collation is specified, the collation setting should be autoderived by querying the data provider. Defaults to the collation corresponding to the report’s Language property if the data provider does not support that method or returns an unsupported or invalid value.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string Collation { get; set; }
Visual Basic
Public Property Collation As String
	Get
	Set

See Also