Report.NeedsHeaderFooterEvaluation 属性

注意:此 API 现在已过时。

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
<ObsoleteAttribute("Use ReportSection.NeedsHeaderFooterEvaluation instead.")> _
Public ReadOnly Property NeedsHeaderFooterEvaluation As Boolean
    Get
用法
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

属性值

类型:System.Boolean
A Boolean value.