CompiledParagraphInstanceCollection Class
Represents a collection of CompiledParagraphInstance objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CompiledParagraphInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance) _
Implements IList(Of ICompiledParagraphInstance), ICollection(Of ICompiledParagraphInstance), _
IEnumerable(Of ICompiledParagraphInstance), IEnumerable
'Usage
Dim instance As CompiledParagraphInstanceCollection
public sealed class CompiledParagraphInstanceCollection : ReportElementInstanceCollectionBase<CompiledParagraphInstance>,
IList<ICompiledParagraphInstance>, ICollection<ICompiledParagraphInstance>, IEnumerable<ICompiledParagraphInstance>,
IEnumerable
public ref class CompiledParagraphInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledParagraphInstance^>,
IList<ICompiledParagraphInstance^>, ICollection<ICompiledParagraphInstance^>, IEnumerable<ICompiledParagraphInstance^>,
IEnumerable
[<SealedAttribute>]
type CompiledParagraphInstanceCollection =
class
inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
interface IList<ICompiledParagraphInstance>
interface ICollection<ICompiledParagraphInstance>
interface IEnumerable<ICompiledParagraphInstance>
interface IEnumerable
end
public final class CompiledParagraphInstanceCollection extends ReportElementInstanceCollectionBase<CompiledParagraphInstance> implements IList<ICompiledParagraphInstance>, ICollection<ICompiledParagraphInstance>, IEnumerable<ICompiledParagraphInstance>, IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstanceCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.