Udostępnij za pośrednictwem


DynamicImageInstance.HeightInPixels Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

DynamicImageInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace