Gets Dictionary<(Of <(String, Object>)>)which are active report parameters.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Dictionary<string, Object> Parameters { get; }
Visual Basic (Declaration)
Public ReadOnly Property Parameters As Dictionary(Of String, Object)
Visual C++
public:
property Dictionary<String^, Object^>^ Parameters {
	Dictionary<String^, Object^>^ get ();
}

See Also