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 (24.3.0.1000)
Syntax public 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,
.
Remarks This property only has an effect for reports when exported to PDF.
See Also