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 the data region from which to consume data.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapDataRegion As MapDataRegion
Get
'Usage
Dim instance As MapVectorLayer
Dim value As MapDataRegion
value = instance.MapDataRegion
public MapDataRegion MapDataRegion { get; }
public:
property MapDataRegion^ MapDataRegion {
MapDataRegion^ get ();
}
member MapDataRegion : MapDataRegion
function get MapDataRegion () : MapDataRegion
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion
A MapDataRegion object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace