Sdílet prostřednictvím


UserSort.SortTarget Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property SortTarget As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
A string value.

See Also

Reference

UserSort Class

Microsoft.ReportingServices.RdlObjectModel Namespace