Compartir a través de


Height Propiedad

Gets the calculated value of the Height property in a GaugePanelItem class.

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

Sintaxis

'Declaración
Public ReadOnly Property Height As Double
    Get
'Uso
Dim instance As GaugePanelItemInstance
Dim value As Double

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

Valor de la propiedad

Tipo: System. . :: . .Double
A double value that represents the calculated value of the Height property.