UserSort.SortTarget 屬性
The name of the data region, grouping, or data set for a sort.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property SortTarget As String
Get
Set
'用途
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)
屬性值
型別:System.String
A string value.