Partager via


Propriété UserSort

Indicates an end-user sort control should be displayed as a part of this text box in the UI.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property UserSort As UserSort
    Get
    Set
'Utilisation
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)