共用方式為


ReportParameterCollection 類別

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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.ReportingServices.ReportRendering 命名空間