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