ActiveReports 8
SortTarget Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > UserSort Class : SortTarget Property

Glossary Item Box

Gets or sets name of the data region, grouping, or data set to apply the sort to.

Syntax

Visual Basic (Declaration) 
Public Property SortTarget As System.String
C# 
public System.string SortTarget {get; set;}

Remarks

If omitted, the sort will apply to the current scope.

Must be the current scope, and ancestor scope, or a peer scope which is a data region.

Matrix groupings are only valid SortTargets from within matrix grouping scopes along the same matrix axis.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also