共用方式為


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)