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

In This Topic
    IgnoreObjectPageLayout Property
    In This Topic
    Gets or sets a value indicating whether the page layout specified on the document returned by the Stream C1PrintableGetTree() method should be ignored.
    Syntax
    'Declaration
     
    Public Property IgnoreObjectPageLayout As System.Boolean
    public System.bool IgnoreObjectPageLayout {get; set;}
    See Also