CompiledParagraphInstanceCollection-Klasse
Represents a collection of CompiledParagraphInstance objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstanceCollectionBase<CompiledParagraphInstance>
Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstanceCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CompiledParagraphInstanceCollection _
Inherits ReportElementInstanceCollectionBase(Of CompiledParagraphInstance) _
Implements IEnumerable
'Usage
Dim instance As CompiledParagraphInstanceCollection
public sealed class CompiledParagraphInstanceCollection : ReportElementInstanceCollectionBase<CompiledParagraphInstance>,
IEnumerable
public ref class CompiledParagraphInstanceCollection sealed : public ReportElementInstanceCollectionBase<CompiledParagraphInstance^>,
IEnumerable
[<SealedAttribute>]
type CompiledParagraphInstanceCollection =
class
inherit ReportElementInstanceCollectionBase<CompiledParagraphInstance>
interface IEnumerable
end
public final class CompiledParagraphInstanceCollection extends ReportElementInstanceCollectionBase<CompiledParagraphInstance> implements IEnumerable
Der CompiledParagraphInstanceCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase<T>.Count.) | |
Item | Gets the item at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<T>.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the CompiledParagraphInstanceCollection. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace