CompiledParagraphInstanceCollection Class

Definition

Represents a collection of CompiledParagraphInstance objects.

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)
Inheritance
Implements
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable

Applies to