DynamicImageInstance.HeightInPixels Property

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

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