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) to be used for generating the map image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub SetDpi ( _
xDpi As Integer, _
yDpi As Integer _
)
'Usage
Dim instance As MapInstance
Dim xDpi As Integer
Dim yDpi As Integer
instance.SetDpi(xDpi, yDpi)
public void SetDpi(
int xDpi,
int yDpi
)
public:
virtual void SetDpi(
int xDpi,
int yDpi
) sealed
abstract SetDpi :
xDpi:int *
yDpi:int -> unit
override SetDpi :
xDpi:int *
yDpi:int -> unit
public final function SetDpi(
xDpi : int,
yDpi : int
)
Parameters
- xDpi
Type: System.Int32
The horizontal DPI.
- yDpi
Type: System.Int32
The vertical DPI.
Implements
IDynamicImageInstance.SetDpi(Int32, Int32)
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace