Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the height of the embedded image.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Double
The height of the embedded image.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel