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