MapFieldDefinitionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of MapFieldDefinition objects.
public ref class MapFieldDefinitionCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapFieldDefinition ^>
public sealed class MapFieldDefinitionCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinition>
type MapFieldDefinitionCollection = class
inherit MapObjectCollectionBase<MapFieldDefinition>
Public NotInheritable Class MapFieldDefinitionCollection
Inherits MapObjectCollectionBase(Of MapFieldDefinition)
- Inheritance
-
MapFieldDefinitionCollection
Properties
Count |
Gets the number of items in the collection. |
Item[Int32] |
Gets the item at the specified index. (Inherited from MapObjectCollectionBase<T>) |
Methods
CreateMapObject(Int32) |
Creates a map object based on the item with the specified index in the collection. (Inherited from MapObjectCollectionBase<T>) |
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |