[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer

ReportComponentContainer Class

Represents a container for ReportComponent objects, capable of holding and managing multiple ReportItem objects.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class ReportComponentContainer : ReportComponent, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable

Properties

Name Description
Components

Gets a ReportComponentCollection containing all the ReportComponents in the container.

ReportItems

Gets a ReportItemCollection containing all the ReportItems in the container.

Methods

Name Description
Dispose(bool)

Disposes the class

SortReportItems()

Sorts the report items to improve rendering performance.

Extension Methods