ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / LayoutOrder Property

In This Topic
    LayoutOrder Property
    In This Topic
    Gets or sets an order layout of the report pages ('Z' or 'N').
    Syntax
    'Declaration
     
    Public Property LayoutOrder As PagesLayoutOrder
    public PagesLayoutOrder LayoutOrder {get; set;}

    Property Value

    A PagesLayoutOrder value indicating the layout order of the pages.
    See Also