言語

CompiledParagraphInstanceCollection クラス

定義

CompiledParagraphInstance オブジェクトのコレクションを表します。

public ref class CompiledParagraphInstanceCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstanceCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::CompiledParagraphInstance ^>, System::Collections::Generic::ICollection<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>, System::Collections::Generic::IList<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>
public sealed class CompiledParagraphInstanceCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance>, System.Collections.Generic.ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>, System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>, System.Collections.Generic.IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>
type CompiledParagraphInstanceCollection = class
    inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
    interface IList<ICompiledParagraphInstance>
    interface ICollection<ICompiledParagraphInstance>
    interface seq<ICompiledParagraphInstance>
    interface IEnumerable
Public NotInheritable Class CompiledParagraphInstanceCollection
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance)
Implements ICollection(Of ICompiledParagraphInstance), IEnumerable(Of ICompiledParagraphInstance), IList(Of ICompiledParagraphInstance)
継承
実装
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable

プロパティ

名前 説明
Count

コレクション内のアイテムの数を取得します。

Item[Int32]

指定したインデックス位置にある項目を取得します。

メソッド

名前 説明
GetEnumerator()

この ReportElementCollectionBase<T>の調査員を呼ぶ。

(継承元 ReportElementCollectionBase<T>)

明示的なインターフェイスの実装

名前 説明
ICollection<ICompiledParagraphInstance>.Add(ICompiledParagraphInstance)

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.Clear()

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.Contains(ICompiledParagraphInstance)

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.CopyTo(ICompiledParagraphInstance[], Int32)

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.Count

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.IsReadOnly

CompiledParagraphInstance オブジェクトのコレクションを表します。

ICollection<ICompiledParagraphInstance>.Remove(ICompiledParagraphInstance)

CompiledParagraphInstance オブジェクトのコレクションを表します。

IEnumerable.GetEnumerator()

CompiledParagraphInstanceCollectionを反復処理する列挙子を返します。

IEnumerable<ICompiledParagraphInstance>.GetEnumerator()

CompiledParagraphInstance オブジェクトのコレクションを表します。

IList<ICompiledParagraphInstance>.IndexOf(ICompiledParagraphInstance)

CompiledParagraphInstance オブジェクトのコレクションを表します。

IList<ICompiledParagraphInstance>.Insert(Int32, ICompiledParagraphInstance)

CompiledParagraphInstance オブジェクトのコレクションを表します。

IList<ICompiledParagraphInstance>.Item[Int32]

CompiledParagraphInstance オブジェクトのコレクションを表します。

IList<ICompiledParagraphInstance>.RemoveAt(Int32)

CompiledParagraphInstance オブジェクトのコレクションを表します。

適用対象