A collection of ReportParameter objects. This class cannot be inherited.
繼承階層
System.Object
System.Collections.Specialized.NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public NotInheritable Class ReportParameterCollection _
Inherits NameObjectCollectionBase
'用途
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit NameObjectCollectionBase
end
public final class ReportParameterCollection extends NameObjectCollectionBase
ReportParameterCollection 型別公開下列成員。
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
AsNameValueCollection | Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index. |
![]() |
Count | (繼承自 NameObjectCollectionBase。) |
![]() |
IsValid | Indicates whether all of the report parameters have been correctly specified. |
![]() |
Item[Int32] | Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Item[String] | Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Keys | (繼承自 NameObjectCollectionBase。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
GetEnumerator | (繼承自 NameObjectCollectionBase。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetObjectData | (繼承自 NameObjectCollectionBase。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
OnDeserialization | (繼承自 NameObjectCollectionBase。) |
![]() |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
| 名稱 | 說明 | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo | (繼承自 NameObjectCollectionBase。) |
![]() ![]() |
ICollection.IsSynchronized | (繼承自 NameObjectCollectionBase。) |
![]() ![]() |
ICollection.SyncRoot | (繼承自 NameObjectCollectionBase。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)