Partager via


Propriété DynamicImageInstance.HeightInPixels

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 height 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 HeightInPixels As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DynamicImageInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering