Share via


Report.NeedsHeaderFooterEvaluation Property

Gets a value that indicates whether this page header or page footer needs to be evaluated during rendering.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
    Get
'Usage
Dim instance As Report
Dim value As Boolean

value = instance.NeedsHeaderFooterEvaluation
public bool NeedsHeaderFooterEvaluation { get; }
public:
property bool NeedsHeaderFooterEvaluation {
    bool get ();
}
member NeedsHeaderFooterEvaluation : bool
function get NeedsHeaderFooterEvaluation () : boolean

Property Value

Type: System.Boolean
A Boolean indicating whether this page header or page footer needs to be evaluated during rendering.