Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the end-user sort control should be displayed as a part of this text box in the UI.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UserSort As UserSort
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.UserSort
The end-user sort control should be displayed as a part of this text box in the UI.