[]
Represents a report object that can contain other IReportComponent objects.
public interface IReportComponentContainer : IReportComponent, IComponent, IDisposable
This interface extends IReportComponent and provides functionality for containing and managing child report components.
Name | Description |
---|---|
Components | Gets the collection of child components contained within the container. |