Propriété Left
Gets the calculated value of the Left property in a MapLocation class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Left As Double
Get
'Utilisation
Dim instance As MapLocationInstance
Dim value As Double
value = instance.Left
public double Left { get; }
public:
property double Left {
double get ();
}
member Left : float
function get Left () : double
Valeur de propriété
Type : System. . :: . .Double
A double value that represents the calculated value of the Left property.