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.