[]
Represents a container for ReportComponent objects, capable of holding and managing multiple ReportItem objects.
public abstract class ReportComponentContainer : ReportComponent, IReportComponentContainer, IRdlContainer, IReportComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| Components | Gets a ReportComponentCollection containing all the ReportComponents in the container. |
| ReportItems | Gets a ReportItemCollection containing all the ReportItems in the container. |
| Name | Description |
|---|---|
| Dispose(bool) | Disposes the class |
| SortReportItems() | Sorts the report items to improve rendering performance. |