Gets page view area.

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

Syntax

C#
protected abstract Size ScaledPageArea { get; }
Visual Basic (Declaration)
Protected MustOverride ReadOnly Property ScaledPageArea As Size
Visual C++
protected:
virtual property Size ScaledPageArea {
	Size get () abstract;
}

Field Value

The scaled page area. The instance of Size struct.

See Also