Gets or sets a value indicating whether to clip the content of the current document to page margins.

The default value is false.

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

Syntax

C#
[DefaultValueAttribute(false)]
[XmlAttributeAttribute("ClipPage")]
public bool ClipPage { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute("ClipPage")> _
Public Property ClipPage As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also