MapVectorLayer.MapFieldDefinitions Property

Gets a collection of A MapFieldDefinition objects in the vector layer.

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

Syntax

'Declaration
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection 
    Get
'Usage
Dim instance As MapVectorLayer 
Dim value As MapFieldDefinitionCollection 

value = instance.MapFieldDefinitions
public MapFieldDefinitionCollection MapFieldDefinitions { get; }
public:
property MapFieldDefinitionCollection^ MapFieldDefinitions {
    MapFieldDefinitionCollection^ get ();
}
member MapFieldDefinitions : MapFieldDefinitionCollection
function get MapFieldDefinitions () : MapFieldDefinitionCollection

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
A MapFieldDefinitionCollection object.

See Also

Reference

MapVectorLayer Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace