Report.SortItem Property
The ID the sort item, if the user clicks a particular sort item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property SortItem As String
Get
'Usage
Dim instance As Report
Dim value As String
value = instance.SortItem
public string SortItem { get; }
public:
property String^ SortItem {
String^ get ();
}
member SortItem : string
function get SortItem () : String
Property Value
Type: System.String
A string value.