Gets the element associated with the specified key.

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

Syntax

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

Parameters

name
Type: System..::.String

See Also