Gets Size which is the сlient area size.

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

Syntax

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

Field Value

The сlient area size.

See Also