Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Sets the dot-per-inch (DPI) for current image instance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable Sub SetDpi ( _
xDpi As Integer, _
yDpi As Integer _
)
'Usage
Dim instance As DynamicImageInstance
Dim xDpi As Integer
Dim yDpi As Integer
instance.SetDpi(xDpi, yDpi)
public virtual void SetDpi(
int xDpi,
int yDpi
)
public:
virtual void SetDpi(
int xDpi,
int yDpi
)
abstract SetDpi :
xDpi:int *
yDpi:int -> unit
override SetDpi :
xDpi:int *
yDpi:int -> unit
public function SetDpi(
xDpi : int,
yDpi : int
)
Parameters
- xDpi
Type: System.Int32
The X DPI.
- yDpi
Type: System.Int32
The Y DPI.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace