ReportItem.Left Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la position horizontale du contour gauche de l'élément de rapport, avec un indicateur d'unité tel que cm
, mm
, in
, pt
ou pc
.
public:
property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Left { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Left { get; set; }
member this.Left : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Left As ReportSize
Valeur de propriété
Objet ReportSize contenant la position horizontale du contour gauche de l'élément de rapport relatif à son parent.
Remarques
Le positionnement de l’élément est relatif à l’objet parent.
Pour plus d’informations sur les sélecteurs d’unités, consultez la référence des unités de longueur CSS.