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>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
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。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
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>。) |
上層
備註
ReportViewerHeaderCollection 類別提供可用來儲存一組自訂標頭的簡單集合物件。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。