RepeaterModelIsPageFooterHiddenOnFirstPage Property |
Gets or sets a value indicating whether the page footer is hidden on the first page.
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 IsPageFooterHiddenOnFirstPage { get; set; }
Public Property IsPageFooterHiddenOnFirstPage As Boolean
Get
Set
public:
property bool IsPageFooterHiddenOnFirstPage {
bool get ();
void set (bool value);
}
member IsPageFooterHiddenOnFirstPage : bool with get, set
Property Value
Type:
Boolean if the page footer is shown on the first page; otherwise,
.
See Also