Właściwość MapVectorLayer.MapDataRegion
Pobiera dane region z którego dane zwracane.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapDataRegion As MapDataRegion
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegion
A MapDataRegion obiektu.
Zobacz także