Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the image DPI.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Sub SetDpi ( _
xDpi As Integer, _
yDpi As Integer _
)
'Usage
Dim instance As IDynamicImageInstance
Dim xDpi As Integer
Dim yDpi As Integer
instance.SetDpi(xDpi, yDpi)
void SetDpi(
int xDpi,
int yDpi
)
void SetDpi(
int xDpi,
int yDpi
)
abstract SetDpi :
xDpi:int *
yDpi:int -> unit
function SetDpi(
xDpi : int,
yDpi : int
)
Parameters
- xDpi
Type: System.Int32
The X DPI.
- yDpi
Type: System.Int32
The Y DPI.
See Also
Reference
IDynamicImageInstance Interface
Microsoft.ReportingServices.OnDemandReportRendering Namespace