Partilhar via


Propriedade do RDL EmbeddedImage.Height

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the height of the embedded image.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public ReadOnly Property Height As Double 
    Get
'Uso
Dim instance As EmbeddedImage 
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 da propriedade

Tipo: System.Double
The height of the embedded image.

Consulte também

Referência

EmbeddedImage Classe

Namespace Microsoft.ReportingServices.RdlObjectModel