Condividi tramite


Proprietà DynamicImageInstance.HeightInPixels

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

Gets or sets the height 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 HeightInPixels As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DynamicImageInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering