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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。