ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / RowGroupingCollection Class
Members

In This Topic
    RowGroupingCollection Class
    In This Topic
    Provides a strongly typed collection for RowGrouping objects.
    Object Model
    RowGroupingCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class RowGroupingCollection 
       Inherits GrapeCity.ActiveReports.PageReportModel.ItemCollection(Of RowGrouping)
    public sealed class RowGroupingCollection : GrapeCity.ActiveReports.PageReportModel.ItemCollection<RowGrouping> 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ItemCollection<T>
          GrapeCity.ActiveReports.PageReportModel.RowGroupingCollection

    See Also