Compartir a través de


DynamicImageInstance.WidthInPixels 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 width 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 WidthInPixels As Integer 
    Get
'Uso
Dim value As Integer 

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

Valor de la propiedad

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

Vea también

Referencia

DynamicImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering