Partilhar via


Propriedade do RDL DynamicImageInstance.HeightInPixels

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

Valor da propriedade

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

Consulte também

Referência

DynamicImageInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering