Defines if the whole element is in the container element area.

Namespace: PerpetuumSoft.Reporting.WebViewer.Client
Assembly: PerpetuumSoft.Reporting.WebViewer.Client (in PerpetuumSoft.Reporting.WebViewer.Client.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool FullView(
	Element element,
	Element viewport
)
Visual Basic
Public Shared Function FullView ( _
	element As Element, _
	viewport As Element _
) As Boolean
Visual C++
public:
static bool FullView(
	Element^ element, 
	Element^ viewport
)

Parameters

element
Type: Element
Element.
viewport
Type: Element
Container.

Return Value

True if the whole element is in the container element area. False if the whole element is not in the container element area.

See Also