ReportViewerHeaderCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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>) |