MapViewport 屬性
Gets the viewport for the map.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property MapViewport As MapViewport
Get
'用途
Dim instance As Map
Dim value As MapViewport
value = instance.MapViewport
public MapViewport MapViewport { get; }
public:
property MapViewport^ MapViewport {
MapViewport^ get ();
}
member MapViewport : MapViewport
function get MapViewport () : MapViewport