ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixBody Interface / IgnoreCellPageBreaks Property

In This Topic
    IgnoreCellPageBreaks Property
    In This Topic
    Gets a value indicating whether the complexity of the tablix should result in page breaks in the body of the tablix being ignored.
    Syntax
    'Declaration
     
    ReadOnly Property IgnoreCellPageBreaks As Boolean
    bool IgnoreCellPageBreaks {get;}

    Property Value

    A System.Boolean value indicating whether to ignore page breaks in the tablix body due to complexity.
    See Also