ServerReport.Headers Property

Gets a collection of strings that contain custom headers.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Headers As ReportViewerHeaderCollection
'Usage
Dim instance As ServerReport
Dim value As ReportViewerHeaderCollection

value = instance.Headers
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
[BrowsableAttribute(false)] 
public ReportViewerHeaderCollection Headers { get; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
[BrowsableAttribute(false)] 
public:
property ReportViewerHeaderCollection^ Headers {
    ReportViewerHeaderCollection^ get ();
}
/** @property */
public ReportViewerHeaderCollection get_Headers ()
public function get Headers () : ReportViewerHeaderCollection

Property Value

A ReportViewerHeaderCollection object that contains a collection custom headers.

See Also

Reference

ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace