ReportViewerHeaderCollection 类

定义

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)
继承
Collection<TListType>
ReportViewerHeaderCollection
属性

方法

ClearItems() (继承自 SyncList<TListType>)
InsertItem(Int32, TListType) (继承自 SyncList<TListType>)
RemoveItem(Int32) (继承自 SyncList<TListType>)
SetItem(Int32, TListType) (继承自 SyncList<TListType>)

适用于