Share via


DataSetBase.Collation Property

Gets or sets the locale that the report server uses to sort data.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Collation As String 
    Get 
    Set
'Usage
Dim instance As DataSetBase 
Dim value As String 

value = instance.Collation

instance.Collation = value
public string Collation { get; set; }
public:
property String^ Collation {
    String^ get ();
    void set (String^ value);
}
member Collation : string with get, set
function get Collation () : String 
function set Collation (value : String)

Property Value

Type: System.String
The locale that the report server uses to sort data.

See Also

Reference

DataSetBase Class

Microsoft.ReportingServices.RdlObjectModel Namespace