Condividi tramite


Proprietà Report.NeedsHeaderFooterEvaluation

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering