TemplateIsPageNumberingResetAfter Property  | 
 
            Gets or sets a value indicating whether the total page count and page numbers are reset 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 IsPageNumberingResetAfter { get; set; }Public Property IsPageNumberingResetAfter As Boolean
	Get
	Set
public:
property bool IsPageNumberingResetAfter {
	bool get ();
	void set (bool value);
}member IsPageNumberingResetAfter : bool with get, set
Property Value
Type: 
Boolean page numbering resets after this template; otherwise, 
.
            
RemarksThis property only has an effect for reports when exported to PDF.
See Also