Compartilhar via


Propriedade do RDL Report.NeedsHeaderFooterEvaluation

Observação: essa API está obsoleta.

Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
<ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")> _
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean 
    Get
'Uso
Dim instance As Report 
Dim value As Boolean 

value = instance.NeedsHeaderFooterEvaluation
[ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")]
public bool NeedsHeaderFooterEvaluation { get; }
[ObsoleteAttribute(L"Use ReportSection.NeedsHeaderFooterEvaluation instead.")]
public:
property bool NeedsHeaderFooterEvaluation {
    bool get ();
}
[<ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")>]
member NeedsHeaderFooterEvaluation : bool
function get NeedsHeaderFooterEvaluation () : boolean

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering