[]
        
(Showing Draft Content)

C1.WPF.Report.ReportObjectCollection-1.Item

this Property

this[int]

Gets the element at the specified index.

Declaration
public abstract TItem this[int index] { get; }
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; }
Parameters
Type Name Description
string name

The name of the element to get.

Property Value
Type Description
TItem

The element with specified name.