ServerReport.Headers Property

 

Gets a collection of strings that contain custom headers.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

[BrowsableAttribute(false)]
public ReportViewerHeaderCollection Headers { get; }
public:
[BrowsableAttribute(false)]
property ReportViewerHeaderCollection^ Headers {
    ReportViewerHeaderCollection^ get();
}
[<BrowsableAttribute(false)>]
member Headers : ReportViewerHeaderCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property Headers As ReportViewerHeaderCollection

Property Value

Type: Microsoft.Reporting.WinForms.ReportViewerHeaderCollection

A ReportViewerHeaderCollection object that contains a collection custom headers.

See Also

ServerReport Class
Microsoft.Reporting.WinForms Namespace

Return to top