Compartir a través de


DynamicImageInstance.HeightInPixels Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the height in pixels of the current image instance.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected Overridable ReadOnly Property HeightInPixels As Integer 
    Get
'Uso
Dim value As Integer 

value = Me.HeightInPixels
protected virtual int HeightInPixels { get; }
protected:
virtual property int HeightInPixels {
    int get ();
}
abstract HeightInPixels : int 
override HeightInPixels : int
function get HeightInPixels () : int

Valor de la propiedad

Tipo: System.Int32
The height in pixels of the current image instance.

Vea también

Referencia

DynamicImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering