Gets Canvas which is the report 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#
Canvas ContentLayer { get; }
Visual Basic (Declaration)
ReadOnly Property ContentLayer As Canvas
Visual C++
property Canvas^ ContentLayer {
	Canvas^ get ();
}

Field Value

The report content layer.

See Also