TemplateDataIsPageBreakBefore Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "isPageBreakBefore", EmitDefaultValue = false)]
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