DynamicImageInstance.WidthInPixels 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 WidthInPixels As Integer
Get
'Usage
Dim value As Integer
value = Me.WidthInPixels
protected virtual int WidthInPixels { get; }
protected:
virtual property int WidthInPixels {
int get ();
}
abstract WidthInPixels : int
override WidthInPixels : int
function get WidthInPixels () : int
Property Value
Type: System.Int32