[]
Gets a collection of the ReportItem objects hosted in the Container.
public ReportItemCollection ReportItems { get; }
Type | Description |
---|---|
ReportItemCollection | A ReportItemCollection щиоусе containing the report items hosted in the container. |
Container container = new Container();
ReportItemCollection items = container.ReportItems;