Partager via


Propriété MapVectorLayer.MapFieldDefinitions

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapVectorLayer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering