Gets or sets the current fragment's bounds within its parent. For top level fragments, bounds within Page are returned.

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

Syntax

C#
public RectangleD Bounds { get; internal set; }
Visual Basic
Public Property Bounds As RectangleD
	Get
	Friend Set

See Also