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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string SortTarget { get; set; }
Visual Basic
Public Property SortTarget As String
	Get
	Set

See Also