Page.PageHeader プロパティ
レポート セクションの上部に表示されるヘッダーを取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property PageHeader As PageSection
Get
'使用
Dim instance As Page
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.OnDemandReportRendering.PageSection
PageSection オブジェクトです。