次の方法で共有


ReportItemCollection クラス

定義

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

public ref class ReportItemCollection sealed
public sealed class ReportItemCollection
type ReportItemCollection = class
Public NotInheritable Class ReportItemCollection
継承
ReportItemCollection

プロパティ

Count

レポートのアイテム数を取得します。

Item[Int32]

インデックスで位置を指定したコレクションから、指定されたレポート アイテムを取得します。 C# では、このプロパティは ReportItemCollection クラスのインデクサーです。

SharedRenderingInfo

将来の表示拡張機能で使用するデータを取得または設定します。 このデータは、このレポート アイテムのすべてのインスタンスで共有されます。

メソッド

GetReportItemStartAndEndPages(Int32, Int32, Int32, Int32)

ソフト改ページに基づいて、レポート アイテム コレクション内のアイテムが表示されるページを指定します。

適用対象