[]
        
(Showing Draft Content)

C1.Report.ReportObjectCollection-1.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public abstract TItem this[int index] { get; }
Public MustOverride ReadOnly Default Property Item(index As Integer) As TItem
Parameters
Type Name Description
int index

The zero-based index of the element to get.

Property Value
Type Description
TItem

The element at specified index.

this[string]

Gets the element with specified name.

Declaration
public TItem this[string name] { get; }
Public ReadOnly Default Property Item(name As String) As TItem
Parameters
Type Name Description
string name

The name of the element to get.

Property Value
Type Description
TItem

The element with specified name.