ReportItemCollection クラス

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

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportItemCollection

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

構文

'宣言
Public NotInheritable Class ReportItemCollection
'使用
Dim instance As ReportItemCollection
public sealed class ReportItemCollection
public ref class ReportItemCollection sealed
[<SealedAttribute>]
type ReportItemCollection =  class end
public final class ReportItemCollection

ReportItemCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count レポートのアイテム数を取得します。
パブリック プロパティ Item インデックスで位置を指定したコレクションから、指定されたレポート アイテムを取得します。C# の場合、このプロパティは ReportItemCollection クラスのインデクサーとなります。
パブリック プロパティ SharedRenderingInfo 将来の表示拡張機能で使用するデータを取得または設定します。このデータは、このレポート アイテムのすべてのインスタンスで共有されます。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetReportItemStartAndEndPages ソフト改ページに基づいて、レポート アイテム コレクション内のアイテムが表示されるページを指定します。
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

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