Gets area coordinates.

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

Syntax

C#
public Rect Rectangle { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rectangle As Rect
Visual C++
public:
property Rect Rectangle {
	Rect get ();
}

Field Value

The area coordinates. The instance of Rect struct.

See Also