In This Topic
Gets or sets the name of the data region, group or data set to apply the sort to. If omitted, the sort will apply to the instance of the current scope. Must be the current scope, an ancestor scope, or a peer scope which is a data region.
Syntax
'Declaration
Public Property SortTarget As String
public string SortTarget {get; set;}
See Also