Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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