ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AllowNonReflowableDocs Property

In This Topic
    AllowNonReflowableDocs Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property AllowNonReflowableDocs As System.Boolean
    public System.bool AllowNonReflowableDocs {get; set;}
    See Also