ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageBreak Class / BreakLocation Property

In This Topic
    BreakLocation Property
    In This Topic
    Gets or sets a location where the page break occurs.
    Syntax
    'Declaration
     
    Public Property BreakLocation As BreakLocation
    public BreakLocation BreakLocation {get; set;}

    Property Value

    A BreakLocation value indicating the location of the page break. Default is BreakLocation.None.
    See Also