Propriedade do RDL TextBoxInstance.SortState
Gets the current state of the sort options on the TextBox.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
A SortOptions value that represents the current state of the sort options on the TextBox.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering