RepeaterModel.IsPageFooterHiddenOnFirstPage 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 (25.1.0.1000)
Syntaxpublic 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:
Booleantrue if the page footer is shown on the first page; otherwise,
false.
See Also