Gets or sets the content panel. 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 Panel ContentPanel { get; set; }
Visual Basic (Declaration)
Public Property ContentPanel As Panel
Visual C++
public:
property Panel^ ContentPanel {
	Panel^ get ();
	void set (Panel^ value);
}

Field Value

The content panel.

See Also