次の方法で共有


PageReportItems.Item Property

コレクションの指定したインデックスにある ReportItem を取得または設定します。C# の場合、このプロパティは ReportItem クラスのインデクサとなります。

名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)

構文

'宣言
Public Default Property Item ( _
    index As Integer _
) As ReportItem
public ReportItem this [
    int index
] { get; set; }
public:
property ReportItem^ default [int] {
    ReportItem^ get (int index);
    void set (int index, ReportItem^ value);
}
/** @property */
public ReportItem get_Item (int index)

/** @property */
public void set_Item (int index, ReportItem value)

パラメータ

  • index
    コレクション内で検索する ReportItem オブジェクトの 0 から始まるインデックスです。

プロパティ値

インデックスによって指定した場所にある ReportItem オブジェクトです。

解説

Microsoft JScript では、型によって定義される既定のインデックス付きプロパティを使用できますが、独自のプロパティを明示的に定義することはできません。ただし、クラスで expando 属性を指定すると、型が Object で、インデックスの種類が String の既定のインデックス付きプロパティが自動的に提供されます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

PageReportItems Class
PageReportItems Members
Microsoft.ReportingServices.ReportRendering Namespace