次の方法で共有


Header プロパティ

ページのヘッダーの値を取得または設定します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property Header As PageSection
    Get
    Set
'使用
Dim instance As Page
Dim value As PageSection

value = instance.Header

instance.Header = value
public PageSection Header { get; set; }
public:
property PageSection^ Header {
    PageSection^ get ();
    void set (PageSection^ value);
}
member Header : PageSection with get, set
function get Header () : PageSection
function set Header (value : PageSection)

プロパティ値

型: Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
ページ用に保存されているヘッダーを表す PageSection です。