ReportParameterCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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] |
コレクションからレポートパラメータを取得します。 取得されるパラメータは、 |