CompiledTextRunInstanceCollection Class
Represents a collection of CompiledTextRunInstance objects.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CompiledTextRunInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
Implements IList(Of ICompiledTextRunInstance), ICollection(Of ICompiledTextRunInstance), _
IEnumerable(Of ICompiledTextRunInstance), IEnumerable
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledTextRunInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledTextRunInstance>
Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection
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.