GaugePanelItem.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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering