Поделиться через


Свойство Report.SortItem

Gets the unique name of the selected user sort item in the current rendering request, if any.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property SortItem As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A string value.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering