PageHeader プロパティ

NeedsHeaderFooterEvaluation プロパティが 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
ページ ヘッダーを含む PageSection オブジェクトを返します。