[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.Item

this Property

this[int]

Gets or sets a specific T object in the ItemCollection<T> by position.

Declaration
public T this[int index] { get; set; }
Parameters
Type Name Description
int index

A zero-based int index of the T to return or set.

Property Value
Type Description
T

A T object at the specified position.

Implements