Compartilhar via


Propriedade do RDL DynamicImageInstance.WidthInPixels

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

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DynamicImageInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering