ReportViewerHeaderCollection Class

Represents a collection of strings that contain custom headers.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReportViewerHeaderCollection
    Inherits SyncList(Of String)
'Usage
Dim instance As ReportViewerHeaderCollection
[SerializableAttribute] 
public sealed class ReportViewerHeaderCollection : SyncList<string>
[SerializableAttribute] 
public ref class ReportViewerHeaderCollection sealed : public SyncList<String^>
/** @attribute SerializableAttribute() */ 
public final class ReportViewerHeaderCollection extends SyncList<String>
SerializableAttribute 
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

System.Object
   System.Collections.ObjectModel.Collection
     Microsoft.Reporting.WebForms.SyncList
      Microsoft.Reporting.WebForms.ReportViewerHeaderCollection

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

Reference

ReportViewerHeaderCollection Members
Microsoft.Reporting.WebForms Namespace