Classe CompiledTextRunInstanceCollection
Represents a collection of CompiledTextRunInstance objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledTextRunInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledTextRunInstance>
Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstanceCollection
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 IEnumerable
'Utilizzo
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
Nel tipo CompiledTextRunInstanceCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Esegue l'override di ReportElementCollectionBase<T>.Count. |
![]() |
Item | Gets the item at the specified index. Esegue l'override di ReportElementCollectionBase<T>.Item[Int32]. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. Ereditato da ReportElementCollectionBase<T>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the CompiledTextRunInstanceCollection. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering