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

In This Topic
    Nested Property
    In This Topic
    Gets or sets a value indicating whether the currently active page layout should be saved in a stack before applying this LayoutChangeNewPage, to be restored after the associated RenderObject has been fully rendered.
    Syntax
    'Declaration
     
    Public Property Nested As System.Boolean
    public System.bool Nested {get; set;}
    See Also