MapFieldNameCollection-Klasse
Represents a collection of MapFieldName objects.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'MapFieldName> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionBase< (Of < ( <'MapFieldName> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..MapFieldNameCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapFieldNameCollection _
Inherits MapObjectCollectionBase(Of MapFieldName)
'Usage
Dim instance As MapFieldNameCollection
public sealed class MapFieldNameCollection : MapObjectCollectionBase<MapFieldName>
public ref class MapFieldNameCollection sealed : public MapObjectCollectionBase<MapFieldName^>
[<SealedAttribute>]
type MapFieldNameCollection =
class
inherit MapObjectCollectionBase<MapFieldName>
end
public final class MapFieldNameCollection extends MapObjectCollectionBase<MapFieldName>
Der MapFieldNameCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item | Gets the item at the specified index. (Geerbt von MapObjectCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateMapObject | Infrastruktur (Geerbt von MapObjectCollectionBase< (Of < ( <'T> ) > ) >.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Geerbt von ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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.