Partager via


Propriété NeedsHeaderFooterEvaluation

Obtient une valeur qui indique si cet en-tête de page ou le pied de page doit être évalué pendant le rendu.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
Boolean qui indique si cet en-tête de page ou le pied de page doit être évalué pendant le rendu.