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)

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

適用対象