Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the current state of the sort options on the TextBox.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property SortState As SortOptions
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
A SortOptions value that represents the current state of the sort options on the TextBox.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering