Gets Canvas which is the content layer.

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

Syntax

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

Field Value

The content layer.

See Also