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 (25.3.0.1000)
Syntaxpublic bool IsPageBreakBefore { get; set; }Public Property IsPageBreakBefore As Boolean
	Get
	Set
public:
property bool IsPageBreakBefore {
	bool get ();
	void set (bool value);
}member IsPageBreakBefore : bool with get, set
Property Value
Type: 
Boolean if a page break should be inserted before; otherwise, 
.
            
RemarksThis property only has an effect for reports when exported to PDF.
See Also