Propriété MapLimits
Gets the limits of a map viewport.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property MapLimits As MapLimits
Get
'Utilisation
Dim instance As MapViewport
Dim value As MapLimits
value = instance.MapLimits
public MapLimits MapLimits { get; }
public:
property MapLimits^ MapLimits {
MapLimits^ get ();
}
member MapLimits : MapLimits
function get MapLimits () : MapLimits
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLimits
A MapLimits object.
Voir aussi