Sdílet prostřednictvím


DynamicImageInstance.WidthInPixels Property

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

Gets or sets the width 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 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
The width in pixels of the current image instance.

See Also

Reference

DynamicImageInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace