Classe CompiledTextRunInstanceCollection
Represents a collection of CompiledTextRunInstance objects.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CompiledTextRunInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
Implements IList(Of ICompiledTextRunInstance), ICollection(Of ICompiledTextRunInstance), _
IEnumerable(Of ICompiledTextRunInstance), IEnumerable
'Utilisation
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
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledTextRunInstanceCollection
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.