Propriedade IReportServerConnection2.Headers
Gets a collection of custom headers to send to the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
ReadOnly Property Headers As IEnumerable(Of String)
IEnumerable<string> Headers { get; }
property IEnumerable<String^>^ Headers {
IEnumerable<String^>^ get ();
}
abstract Headers : IEnumerable<string> with get
function get Headers () : IEnumerable<String>
Valor de propriedade
Tipo: IEnumerable<String>
A collection of string objects that contain the custom header values.