ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class / Collation Property

In This Topic
    Collation Property (DataSet)
    In This Topic

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

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

    Property Value

    A String indicating the locale to use for 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.

    The default value is the application's locale settings if the data provider does not support that method or if it returns an unsupported or invalid value.

    See Also