[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixItems-1.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the element at the specified index of collection.

Declaration
protected override void RemoveItem(int index)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

Overrides