Returns Hashtable. Key of the hashtable is a parameter name, value is a parameter value.

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

Syntax

C#
public Hashtable ParameterValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParameterValues As Hashtable
Visual C++
public:
property Hashtable^ ParameterValues {
	Hashtable^ get ();
}

See Also