[]
Adds a ReportItem object to the ReportItemCollection.
public void Add(ReportItem value)
Type | Name | Description |
---|---|---|
ReportItem | value | A ReportItem object to add. |
ReportItemCollection collection = new ReportItemCollection();
collection.Add(new TextBox());