Compartir a través de


Height Propiedad

Height of the item as a percentage of the parent element.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Height As ReportDoubleProperty
    Get
'Uso
Dim instance As GaugePanelItem
Dim value As ReportDoubleProperty

value = instance.Height
public ReportDoubleProperty Height { get; }
public:
property ReportDoubleProperty^ Height {
    ReportDoubleProperty^ get ();
}
member Height : ReportDoubleProperty
function get Height () : ReportDoubleProperty