Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the current state of the sort options on the TextBox.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SortState As SortOptions
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
A SortOptions value that represents the current state of the sort options on the TextBox.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace