Report.NeedsHeaderFooterEvaluation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use ReportSection.NeedsHeaderFooterEvaluation instead.
Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.
public:
property bool NeedsHeaderFooterEvaluation { bool get(); };
[System.Obsolete("Use ReportSection.NeedsHeaderFooterEvaluation instead.")]
public bool NeedsHeaderFooterEvaluation { get; }
[<System.Obsolete("Use ReportSection.NeedsHeaderFooterEvaluation instead.")>]
member this.NeedsHeaderFooterEvaluation : bool
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
Property Value
A Boolean
value.
- Attributes