ReportViewerHeaderCollection 类

定义

public ref class ReportViewerHeaderCollection sealed : Microsoft::Reporting::WebForms::SyncList<System::String ^>
public sealed class ReportViewerHeaderCollection : Microsoft.Reporting.WebForms.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>)

适用于