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