Gets Canvas which is the layer for borders which highlight the selected report element.

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

Syntax

C#
Canvas AdornersLayer { get; }
Visual Basic (Declaration)
ReadOnly Property AdornersLayer As Canvas
Visual C++
property Canvas^ AdornersLayer {
	Canvas^ get ();
}

Field Value

The report adorners layer.

See Also