Partager via


Classe CompiledParagraphInstanceCollection

Represents a collection of CompiledParagraphInstance objects.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CompiledParagraphInstanceCollection _
    Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance) _
    Implements IList(Of ICompiledParagraphInstance), ICollection(Of ICompiledParagraphInstance),  _
    IEnumerable(Of ICompiledParagraphInstance), IEnumerable
'Utilisation
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

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledParagraphInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledParagraphInstance> ) > ) >
      Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledParagraphInstanceCollection

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.