Gets a control from the collection at the specified index.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ReportControl this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ReportControl
Visual C++
public:
property ReportControl^ default[int index] {
	ReportControl^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also