Condividi tramite


Classe CompiledTextRunInstanceCollection

Represents a collection of CompiledTextRunInstance objects.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CompiledTextRunInstanceCollection _
    Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
    Implements IList(Of ICompiledTextRunInstance), ICollection(Of ICompiledTextRunInstance),  _
    IEnumerable(Of ICompiledTextRunInstance), IEnumerable
'Utilizzo
Dim instance As CompiledTextRunInstanceCollection
public sealed class CompiledTextRunInstanceCollection : ReportElementInstanceCollectionBase<CompiledTextRunInstance>, 
    IList<ICompiledTextRunInstance>, ICollection<ICompiledTextRunInstance>, IEnumerable<ICompiledTextRunInstance>, 
    IEnumerable
public ref class CompiledTextRunInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledTextRunInstance^>, 
    IList<ICompiledTextRunInstance^>, ICollection<ICompiledTextRunInstance^>, IEnumerable<ICompiledTextRunInstance^>, 
    IEnumerable
[<SealedAttribute>]
type CompiledTextRunInstanceCollection =  
    class
        inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
        interface IList<ICompiledTextRunInstance>
        interface ICollection<ICompiledTextRunInstance>
        interface IEnumerable<ICompiledTextRunInstance>
        interface IEnumerable
    end
public final class CompiledTextRunInstanceCollection extends ReportElementInstanceCollectionBase<CompiledTextRunInstance> implements IList<ICompiledTextRunInstance>, ICollection<ICompiledTextRunInstance>, IEnumerable<ICompiledTextRunInstance>, IEnumerable

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
      Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledTextRunInstanceCollection

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.