MapLegendCollection-Klasse
Represents a collection of MapLegend objects.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<MapLegend>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<MapLegend>
Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapLegendCollection _
Inherits MapObjectCollectionBase(Of MapLegend)
'Usage
Dim instance As MapLegendCollection
public sealed class MapLegendCollection : MapObjectCollectionBase<MapLegend>
public ref class MapLegendCollection sealed : public MapObjectCollectionBase<MapLegend^>
[<SealedAttribute>]
type MapLegendCollection =
class
inherit MapObjectCollectionBase<MapLegend>
end
public final class MapLegendCollection extends MapObjectCollectionBase<MapLegend>
Der MapLegendCollection-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. (Geerbt von MapObjectCollectionBase<T>.) |
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 | Infrastruktur Gets the enumerator that iterates through the collection. (Geerbt von ReportElementCollectionBase<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.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace