Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Microsoft.ReportingServices.OnDemandReportRendering-Namespace