ReportSectionCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ReportSection オブジェクトのコレクションを表します。
public ref class ReportSectionCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^>
public sealed class ReportSectionCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ReportSection>
type ReportSectionCollection = class
inherit ReportElementCollectionBase<ReportSection>
Public NotInheritable Class ReportSectionCollection
Inherits ReportElementCollectionBase(Of ReportSection)
- 継承
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクション内のアイテムの数を取得します。 |
| Item[Int32] |
指定したキーの項目を取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetEnumerator() |
この ReportElementCollectionBase<T>の調査員を呼ぶ。 (継承元 ReportElementCollectionBase<T>) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() |
コレクションを反復するエンチュメレーターを入手します。 (継承元 ReportElementCollectionBase<T>) |