Compartilhar via


Propriedade ImageHeight

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ImageHeight As ReportIntProperty
    Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportIntProperty

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