言語

ReportParameterCollection クラス

定義

ReportParameter オブジェクトのコレクション。 このクラスは継承できません。

public ref class ReportParameterCollection sealed : System::Collections::Specialized::NameObjectCollectionBase
public sealed class ReportParameterCollection : System.Collections.Specialized.NameObjectCollectionBase
type ReportParameterCollection = class
    inherit NameObjectCollectionBase
Public NotInheritable Class ReportParameterCollection
Inherits NameObjectCollectionBase
継承
ReportParameterCollection

プロパティ

名前 説明
AsNameValueCollection

関連する文字列キーと文字列値のソートされた集合としてレポートパラメータを含み、キーまたはインデックスのいずれかでアクセス可能です。

IsValid

すべてのレポートパラメータが正しく指定されているかを示します。

Item[Int32]

インデックスで示された位置にあるパラメータを収集します。 C# では、このプロパティは ReportParameterCollection クラスのインデクサーです。

Item[String]

コレクションからレポートパラメータを取得します。 取得されるパラメータは、 name パラメータで指定された名前と一致するコレクションからのパラメータです。 C# では、このプロパティは ReportParameterCollection クラスのインデクサーです。

適用対象