TextBoxInstance.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.

请参阅

参考

TextBoxInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间