ReportViewerHeaderCollection Class

Definition

public ref class ReportViewerHeaderCollection sealed : Microsoft::Reporting::WebForms::SyncList<System::String ^>
[System.Serializable]
public sealed class ReportViewerHeaderCollection : Microsoft.Reporting.WebForms.SyncList<string>
[<System.Serializable>]
type ReportViewerHeaderCollection = class
    inherit SyncList<string>
Public NotInheritable Class ReportViewerHeaderCollection
Inherits SyncList(Of String)
Inheritance
Collection<TListType>
ReportViewerHeaderCollection
Attributes

Methods

ClearItems() (Inherited from SyncList<TListType>)
InsertItem(Int32, TListType) (Inherited from SyncList<TListType>)
RemoveItem(Int32) (Inherited from SyncList<TListType>)
SetItem(Int32, TListType) (Inherited from SyncList<TListType>)

Applies to