Partager via


Propriété DataSetBase.Collation

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Collation As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

DataSetBase Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel