[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IReportComponentContainer

IReportComponentContainer Interface

Represents a report object that can contain other IReportComponent objects.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IReportComponentContainer : IReportComponent, IComponent, IDisposable
Remarks

This interface extends IReportComponent and provides functionality for containing and managing child report components.

Properties

Name Description
Components

Gets the collection of child components contained within the container.

Extension Methods