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 the current state of the sort options on the TextBox.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property SortState As SortOptions
Get
'Uso
Dim instance As TextBoxInstance
Dim value As SortOptions
value = instance.SortState
public SortOptions SortState { get; }
public:
property SortOptions SortState {
SortOptions get ();
}
member SortState : SortOptions
function get SortState () : SortOptions
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
A SortOptions value that represents the current state of the sort options on the TextBox.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering