共用方式為


DataSetBase.Collation 屬性

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Collation As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

DataSetBase 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間