Represents a collection of strings that contain custom headers.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class ReportViewerHeaderCollection
Inherits SyncList(Of String)
Dim instance As ReportViewerHeaderCollection
public sealed class ReportViewerHeaderCollection : SyncList<string>
public ref class ReportViewerHeaderCollection sealed : public SyncList<String^>
public final class ReportViewerHeaderCollection extends SyncList<String>
public final class ReportViewerHeaderCollection extends SyncList<String>

Remarks
The ReportViewerHeaderCollection class provides a simple collection object that can be used to store a set of custom headers.

Inheritance Hierarchy

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also