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.