次の方法で共有


Report.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 オブジェクトを返します。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間