ReportParameterInfoCollection 類別
ReportParameterInfo 物件的集合。
繼承階層
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
Microsoft.Reporting.WebForms.ReportParameterInfoCollection
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
Inherits ReadOnlyCollection(Of ReportParameterInfo)
'用途
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =
class
inherit ReadOnlyCollection<ReportParameterInfo>
end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>
ReportParameterInfoCollection 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
Item[Int32] | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
Item[String] | 從 ReportParameterInfoCollection 傳回一個具名項目。 | |
Items | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Contains | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
CopyTo | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetEnumerator | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
IndexOf | (繼承自 ReadOnlyCollection<ReportParameterInfo>。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。