Compartir a través de


MapVectorLayer.MapFieldDefinitions Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapVectorLayer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering