Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the end-user sort control should be displayed as a part of this text box in the UI.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property UserSort As UserSort
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.UserSort
The end-user sort control should be displayed as a part of this text box in the UI.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel