Freigeben über


DynamicImageInstance.HeightInPixels-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property HeightInPixels As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

DynamicImageInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace