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