Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSet Class / Collation Property

In This Topic
    Collation Property
    In This Topic
    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 C1RdlReport.Language property if the data provider does not support that method or returns an unsupported or invalid value.
    Syntax
    'Declaration
     
    Public Property Collation As String
    public string Collation {get; set;}
    See Also