다음을 통해 공유


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.