Freigeben über


MapVectorLayer.MapFieldDefinitions-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

MapVectorLayer Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace