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

In This Topic
    Collation Property (DataSet)
    In This Topic
    Gets or sets a locale to use in the collation sequence for sorting data.
    Syntax
    'Declaration
     
    Public Property Collation As String
    public string Collation {get; set;}

    Property Value

    A System.String value indicating the locale for the collation sequence.
    Remarks

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

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

    See Also