Proprietà Report.NeedsHeaderFooterEvaluation
Nota: questa API è obsoleta.
Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
<ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")> _
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering