共用方式為


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