TemplateIsPageBreakBefore Property

Gets or sets a value indicating whether a page break is inserted before.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public bool IsPageBreakBefore { get; set; }

Property Value

Type: Boolean
if a page break should be inserted before; otherwise, .
Remarks
This property only has an effect for reports when exported to PDF.
See Also