Partager via


Propriété SortTarget

The name of the data region, grouping, or data set for a sort.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property SortTarget As String
    Get
    Set
'Utilisation
Dim instance As UserSort
Dim value As String

value = instance.SortTarget

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

Valeur de propriété

Type : System. . :: . .String
A string value.