Freigeben über


DynamicImageInstance.WidthInPixels-Eigenschaft

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

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

Eigenschaftswert

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

Siehe auch

Verweis

DynamicImageInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace