共用方式為


SortState 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property SortState As SortOptions
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .SortOptions
A SortOptions value that represents the current state of the sort options on the TextBox.