Partager via


Propriété DynamicImageInstance.WidthInPixels

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property WidthInPixels As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DynamicImageInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering