ServerReport.Headers 属性

获取一个包含自定义标头的字符串的集合。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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.WebForms.ReportViewerHeaderCollection
一个包含自定义标头集合的 ReportViewerHeaderCollection 对象。

请参阅

参考

ServerReport 类

Microsoft.Reporting.WebForms 命名空间