共用方式為


Collation 屬性

Describes 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
A string value.