Gets field value.

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

Syntax

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

Parameters

path
Type: System..::.String

See Also