ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / UserSort Class / SortTarget Property

In This Topic
    SortTarget Property
    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 System.String
    public System.string SortTarget {get; set;}
    See Also