次の方法で共有


ServerReport.Headers プロパティ

 

発行: 2016年4月

カスタム ヘッダーを含む文字列のコレクションを取得します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

[BrowsableAttribute(false)]
public ReportViewerHeaderCollection Headers { get; }
public:
[BrowsableAttribute(false)]
property ReportViewerHeaderCollection^ Headers {
    ReportViewerHeaderCollection^ get();
}
[<BrowsableAttribute(false)>]
member Headers : ReportViewerHeaderCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property Headers As ReportViewerHeaderCollection

プロパティ値

Type: Microsoft.Reporting.WinForms.ReportViewerHeaderCollection

コレクションのカスタム ヘッダーを格納する ReportViewerHeaderCollection オブジェクト。

参照

ServerReport クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る