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 命名空间