Compartir a través de


TextBoxInstance.SortState Propiedad

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

TextBoxInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering