ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BreakLocation - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum BreakLocation

    Specifies where a page break should occur for a Group, DataRegion or Rectangle.

    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public enum BreakLocation

    Fields

    Name Description
    Between

    Specifies that there must be a page break in between each Group.

    End

    Specifies that there must be a page break after a ReportItem or each Group.

    None

    Specifies that there is no page break.

    Start

    Specifies that there must be a page break before a ReportItem or eachGroup.

    StartAndEnd

    Specifies that there must be a page break both before and after a ReportItem or each Group.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved