Właściwość TextBoxInstance.SortState
Pobiera bieżący stan sortowania opcje TextBox.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property SortState As SortOptions
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
A SortOptions wartość, która reprezentuje bieżący stan sortowanie, opcje na TextBox.
Zobacz także