Proprietà NeedsHeaderFooterEvaluation
Indicates 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
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 value.
Vedere anche