IReportServerConnection2.Headers 属性

获取要发送到报表服务器的自定义标头的集合。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
ReadOnly Property Headers As IEnumerable(Of String)
    Get
用法
Dim instance As IReportServerConnection2
Dim value As IEnumerable(Of String)

value = instance.Headers
IEnumerable<string> Headers { get; }
property IEnumerable<String^>^ Headers {
    IEnumerable<String^>^ get ();
}
abstract Headers : IEnumerable<string>
function get Headers () : IEnumerable<String>

属性值

类型:System.Collections.Generic.IEnumerable<String>
一个包含自定义标头值的 string 对象的集合。

请参阅

参考

IReportServerConnection2 接口

Microsoft.Reporting.WebForms 命名空间