ReportViewerHeaderCollection クラス
カスタム ヘッダーを含む文字列のコレクションを表します。
継承階層
System.Object
System.Collections.ObjectModel.Collection<String>
Microsoft.Reporting.WebForms.SyncList<String>
Microsoft.Reporting.WebForms.ReportViewerHeaderCollection
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class ReportViewerHeaderCollection _
Inherits SyncList(Of String)
'使用
Dim instance As ReportViewerHeaderCollection
[SerializableAttribute]
public sealed class ReportViewerHeaderCollection : SyncList<string>
[SerializableAttribute]
public ref class ReportViewerHeaderCollection sealed : public SyncList<String^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportViewerHeaderCollection =
class
inherit SyncList<string>
end
public final class ReportViewerHeaderCollection extends SyncList<String>
ReportViewerHeaderCollection 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Count | (Collection<String> から継承されています。) | |
Item | (Collection<String> から継承されています。) | |
Items | (Collection<String> から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
Add | (Collection<String> から継承されています。) | |
Clear | (Collection<String> から継承されています。) | |
ClearItems | インフラストラクチャです。 (SyncList<TListType> から継承されています。) | |
Contains | (Collection<String> から継承されています。) | |
CopyTo | (Collection<String> から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | (Collection<String> から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf | (Collection<String> から継承されています。) | |
Insert | (Collection<String> から継承されています。) | |
InsertItem | インフラストラクチャです。 (SyncList<TListType> から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
Remove | (Collection<String> から継承されています。) | |
RemoveAt | (Collection<String> から継承されています。) | |
RemoveItem | インフラストラクチャです。 (SyncList<TListType> から継承されています。) | |
SetItem | インフラストラクチャです。 (SyncList<TListType> から継承されています。) | |
ToString | (Object から継承されています。) |
Top
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList.Add | (Collection<String> から継承されています。) | |
IList.Contains | (Collection<String> から継承されています。) | |
ICollection.CopyTo | (Collection<String> から継承されています。) | |
IEnumerable.GetEnumerator | (Collection<String> から継承されています。) | |
IList.IndexOf | (Collection<String> から継承されています。) | |
IList.Insert | (Collection<String> から継承されています。) | |
IList.IsFixedSize | (Collection<String> から継承されています。) | |
ICollection<T>.IsReadOnly | (Collection<String> から継承されています。) | |
IList.IsReadOnly | (Collection<String> から継承されています。) | |
ICollection.IsSynchronized | (Collection<String> から継承されています。) | |
IList.Item | (Collection<String> から継承されています。) | |
IList.Remove | (Collection<String> から継承されています。) | |
ICollection.SyncRoot | (Collection<String> から継承されています。) |
Top
説明
ReportViewerHeaderCollection クラスには、一連のカスタム ヘッダーの格納に使用できる単純なコレクション オブジェクトが用意されています。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。