Compartir a través de


ReportItem.Height Propiedad

Definición

Obtiene o establece el alto del elemento en el informe, incluido un designador de unidades, como cm, mm, in, pt o pc.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Height { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Height { get; set; }
member this.Height : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Height As ReportSize

Valor de propiedad

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

Comentarios

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

Se aplica a