共用方式為


ServerReport.Headers 屬性

取得包含自訂標頭的字串集合。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

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

屬性值

類型:Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
包含自訂標頭集合的 ReportViewerHeaderCollection 物件。

請參閱

參考

ServerReport 類別

Microsoft.Reporting.WinForms 命名空間