This topic has not yet been rated - Rate this topic

ReportViewerHeaderCollection Class 

Represents a collection of strings that contain custom headers.

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

public sealed class ReportViewerHeaderCollection : SyncList<string>
public final class ReportViewerHeaderCollection extends SyncList<String>
public final class ReportViewerHeaderCollection extends SyncList<String>

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

System.Object
   System.Collections.ObjectModel.Collection
     Microsoft.Reporting.WinForms.SyncList
      Microsoft.Reporting.WinForms.ReportViewerHeaderCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.