Compartir a través de


ReportItem.Width Propiedad

Definición

Obtiene o establece el ancho del elemento en el informe, incluido un designador de unidades, como cm, mm, in, pt o 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

Valor de propiedad

Un objeto ReportSize que contiene el ancho del elemento en el informe.

Comentarios

Para obtener más información sobre los designadores de unidades, vea Referencia de unidades de longitud CSS.

Se aplica a