次の方法で共有


ServerReport.Headers プロパティ

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

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Headers As ReportViewerHeaderCollection
    Get
'使用
Dim instance As ServerReport
Dim value As ReportViewerHeaderCollection

value = instance.Headers
[BrowsableAttribute(false)]
public ReportViewerHeaderCollection Headers { get; }
[BrowsableAttribute(false)]
public:
property ReportViewerHeaderCollection^ Headers {
    ReportViewerHeaderCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Headers : ReportViewerHeaderCollection
function get Headers () : ReportViewerHeaderCollection

プロパティ値

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

関連項目

参照

ServerReport クラス

Microsoft.Reporting.WinForms 名前空間