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 data regions for the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapDataRegions As MapDataRegionCollection
Get
'Usage
Dim instance As Map
Dim value As MapDataRegionCollection
value = instance.MapDataRegions
public MapDataRegionCollection MapDataRegions { get; }
public:
property MapDataRegionCollection^ MapDataRegions {
MapDataRegionCollection^ get ();
}
member MapDataRegions : MapDataRegionCollection
function get MapDataRegions () : MapDataRegionCollection
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
A MapDataRegionCollection object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace