Gets or sets the parameters panel background. This is a dependency property.

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

Syntax

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

See Also