Report.NeedsHeaderFooterEvaluation Property

Definition

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

Applies to