Compartir a través de


ChartElementPositionInstance.Height Propiedad

Gets the calculated value of the Height property in a ChartElementPosition 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 ChartElementPositionInstance 
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.

Vea también

Referencia

ChartElementPositionInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering