Condividi tramite


Proprietà UserSort.SortExpressionScope

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property SortExpressionScope As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

UserSort Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel