[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixItems-1.SetItem

SetItem Method

SetItem(int, T)

Replaces the element at the specified index.

Declaration
protected override void SetItem(int index, T item)
Parameters
Type Name Description
int index

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

T item

The object to insert. The value can be null for reference types.

Overrides