Propriedade do RDL Report.NeedsHeaderFooterEvaluation
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
A Boolean indicating whether this page header or page footer needs to be evaluated during rendering.