Właściwość MapVectorLayer.MapFieldDefinitions
Pobiera kolekcja a MapFieldDefinition obiekty w warstwie wektorowej.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapFieldDefinitions As MapFieldDefinitionCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
A MapFieldDefinitionCollection obiektu.
Zobacz także