Gets or sets a value indicating whether methods can be called on the current document that would result in the document becoming non-reflowable (such as NewPage()()()()). If this property is false, calling such methods throws an exception. If this property is true, calling such methods sets the Reflowable flag to false on the current document.

The default value is false.

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

Syntax

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

Remarks

The default value for this property is False.

See Also