[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Add

Add Method

Add(T)

Adds a T object to the ItemCollection<T>.

Declaration
public int Add(T item)
Parameters
Type Name Description
T item

A T object to add.

Returns
Type Description
int

An int value indicating the index of newly added item.