Condividi tramite


Proprietà DynamicImageInstance.WidthInPixels

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

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Protected Overridable ReadOnly Property WidthInPixels As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DynamicImageInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering