IReportServerConnection2.Headers Property
Gets a collection of custom headers to send to the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
ReadOnly Property Headers As IEnumerable(Of String)
'Usage
Dim instance As IReportServerConnection2
Dim value As IEnumerable(Of String)
value = instance.Headers
IEnumerable<string> Headers { get; }
property IEnumerable<String^>^ Headers {
IEnumerable<String^>^ get ();
}
/** @property */
IEnumerable<String> get_Headers ()
function get Headers () : IEnumerable<String>
Property Value
A collection of string objects that contain the custom header values.
See Also
Reference
IReportServerConnection2 Interface
IReportServerConnection2 Members
Microsoft.Reporting.WebForms Namespace