Propriété MapViewport
Gets the viewport for the map.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapViewport As MapViewport
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapViewport
A MapViewport object.