UserSort 속성
Indicates an end-user sort control should be displayed as a part of this text box in the UI.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property UserSort As UserSort
Get
Set
‘사용 방법
Dim instance As Textbox
Dim value As UserSort
value = instance.UserSort
instance.UserSort = value
public UserSort UserSort { get; set; }
public:
property UserSort^ UserSort {
UserSort^ get ();
void set (UserSort^ value);
}
member UserSort : UserSort with get, set
function get UserSort () : UserSort
function set UserSort (value : UserSort)