Proprietà EmbeddedImage.Height

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the height of the embedded image.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Height As Double 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

EmbeddedImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel