ReportItem.Width 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 largeur de l’élément sur le rapport, y compris un désignateur d’unité tel que cm, mm, in, pt, ou pc.
public:
property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Width { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Width { get; set; }
member this.Width : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Width As ReportSize
Valeur de propriété
Un ReportSize objet contenant la largeur de l’élément du rapport.
Remarques
Pour plus d’informations sur les désignateurs d’unités, voir la référence des unités de longueur CSS.