TextBoxInstance.SortState Property

Definition

Gets the current state of the sort options on the TextBox.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::SortOptions SortState { Microsoft::ReportingServices::OnDemandReportRendering::SortOptions get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.SortOptions SortState { get; }
member this.SortState : Microsoft.ReportingServices.OnDemandReportRendering.SortOptions
Public ReadOnly Property SortState As SortOptions

Property Value

A SortOptions value that represents the current state of the sort options on the TextBox.

Applies to