Classe CompiledTextRunInstanceCollection
Represents a collection of CompiledTextRunInstance objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementInstanceCollectionBase< (Of < ( <'CompiledTextRunInstance> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledTextRunInstanceCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class CompiledTextRunInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledTextRunInstance) _
Implements IEnumerable
'Uso
Dim instance As CompiledTextRunInstanceCollection
public sealed class CompiledTextRunInstanceCollection : ReportElementInstanceCollectionBase<CompiledTextRunInstance>,
IEnumerable
public ref class CompiledTextRunInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledTextRunInstance^>,
IEnumerable
[<SealedAttribute>]
type CompiledTextRunInstanceCollection =
class
inherit ReportElementInstanceCollectionBase<CompiledTextRunInstance>
interface IEnumerable
end
public final class CompiledTextRunInstanceCollection extends ReportElementInstanceCollectionBase<CompiledTextRunInstance> implements IEnumerable
O tipo CompiledTextRunInstanceCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item | Gets the item at the specified index. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Returns an enumerator that iterates through the CompiledTextRunInstanceCollection. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.