Gets a value indicating whether a full re-resolving of the whole render object is needed.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected internal virtual bool IsReresolvingNeeded(
	PageAreaBase pageArea,
	double left,
	double top,
	double width,
	double height
)
Visual Basic
Protected Friend Overridable Function IsReresolvingNeeded ( _
	pageArea As PageAreaBase, _
	left As Double, _
	top As Double, _
	width As Double, _
	height As Double _
) As Boolean

Parameters

pageArea
Type: PageAreaBase
The area on the page.
left
Type: System..::..Double
The X coordinate on the page.
top
Type: System..::..Double
The Y coordinate on the page.
width
Type: System..::..Double
The width of the fragment.
height
Type: System..::..Double
The height of the fragment.

Return Value

true if the RenderObject containing this fragment should be re-resolved.

See Also