PageHeader 屬性
Gets the contents of the page header when the NeedsHeaderFooterEvaluation property is false.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property PageHeader As PageSection
Get
'用途
Dim instance As Report
Dim value As PageSection
value = instance.PageHeader
public PageSection PageHeader { get; }
public:
property PageSection^ PageHeader {
PageSection^ get ();
}
member PageHeader : PageSection
function get PageHeader () : PageSection
屬性值
型別:Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Returns a PageSection object that contains the page header.