Partager via


ReportItem.Left Propriété

Définition

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.

S’applique à