Właściwość Report.NeedsHeaderFooterEvaluation
Uwaga: ten interfejs API jest już nieaktualny.
Pobiera wartość wskazująca, czy AddToCurrentPage musi zostać wywołana dla każdego element strona przed nosi nazwę GetPageSections.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")> _
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Zobacz także