Gets a control from the collection by the given name.

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

Syntax

C#
public ReportSlot this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As ReportSlot
Visual C++
public:
property ReportSlot^ default[String^ name] {
	ReportSlot^ get (String^ name);
}

Parameters

name
Type: System..::.String

See Also