ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / UserSort Class / SortTarget Property

In This Topic
    SortTarget Property
    In This Topic
    Gets or sets name of the data region, grouping, or data set to apply the sort to.
    Syntax
    'Declaration
     
    Public Property SortTarget As String
    public string SortTarget {get; set;}
    Remarks

    If omitted, the sor twill 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.

    See Also