Gets or sets the parameters panel.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ParametersPanel ParametersPanel { get; set; }
Visual Basic (Declaration)
Public Property ParametersPanel As ParametersPanel
Visual C++
public:
property ParametersPanel^ ParametersPanel {
	ParametersPanel^ get ();
	void set (ParametersPanel^ value);
}

Field Value

The parameters panel.

See Also