CompiledParagraphInstanceCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
CompiledParagraphInstanceCollection
- Implements
-
ICollection<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> ICollection<T> IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<T> IList<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable
Properties
Count |
Gets the number of items in the collection. |
Item[Int32] |
Gets the item at the specified index. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |