MapField Class

Definition

Represents a name and a value to be associated with a map polygon, a map point, or a map line.

public ref class MapField sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public sealed class MapField : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapField = class
    inherit MapObjectCollectionItem
Public NotInheritable Class MapField
Inherits MapObjectCollectionItem
Inheritance

Fields

m_instance

The report instance object.

(Inherited from MapObjectCollectionItem)

Properties

Instance

Gets the report instance object that contains the calculated values of this report definition object.

Name

Gets the field name.

Value

Gets the field value.

Explicit Interface Implementations

IMapObjectCollectionItem.SetNewContext()

Sets a new context for the collection.

(Inherited from MapObjectCollectionItem)

Applies to