Свойство UserSort.SortExpressionScope

The name of the scope (data region or grouping) in which to evaluate the sort expression.

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

Синтаксис

'Декларация
Public Property SortExpressionScope As String 
    Get 
    Set
'Применение
Dim instance As UserSort 
Dim value As String 

value = instance.SortExpressionScope

instance.SortExpressionScope = value
public string SortExpressionScope { get; set; }
public:
property String^ SortExpressionScope {
    String^ get ();
    void set (String^ value);
}
member SortExpressionScope : string with get, set
function get SortExpressionScope () : String 
function set SortExpressionScope (value : String)

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

Тип: System.String
A string value.

См. также

Справочник

UserSort Класс

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