Freigeben über


MapLineCollection-Klasse

Represents a collection of MapLine objects.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'MapLine> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionBase< (Of < ( <'MapLine> ) > ) >
      Microsoft.ReportingServices.OnDemandReportRendering..::..MapLineCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapLineCollection _
    Inherits MapObjectCollectionBase(Of MapLine)
'Usage
Dim instance As MapLineCollection
public sealed class MapLineCollection : MapObjectCollectionBase<MapLine>
public ref class MapLineCollection sealed : public MapObjectCollectionBase<MapLine^>
[<SealedAttribute>]
type MapLineCollection =  
    class
        inherit MapObjectCollectionBase<MapLine>
    end
public final class MapLineCollection extends MapObjectCollectionBase<MapLine>

Der MapLineCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.)
Öffentliche Eigenschaft Item Gets the item at the specified index. (Geerbt von MapObjectCollectionBase< (Of < ( <'T> ) > ) >.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateMapObject Infrastruktur (Geerbt von MapObjectCollectionBase< (Of < ( <'T> ) > ) >.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator Infrastruktur (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.