ActiveReports 13
GetImage Method (DataVisualizerInfoExtensions)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.ReportsCore.Tools Namespace > DataVisualizerInfoExtensions Class : GetImage Method
Visualizer info.
Width in pixels.
Height in pixels.
Horizontal resolution.
Vertical resolution.
Background rendering mode.
Gets as PNG image.
Syntax
'Declaration
 
Public Shared Function GetImage( _
   ByVal buffer As GrapeCity.ActiveReports.Rendering.GraphicalRenderers.DataVisualizerInfo, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpiX As Single, _
   ByVal dpiY As Single, _
   Optional ByVal repeatOption As Nullable(Of BackgroundRepeatOption) _
) As GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo
public static GrapeCity.ActiveReports.Extensibility.Rendering.ImageInfo GetImage( 
   GrapeCity.ActiveReports.Rendering.GraphicalRenderers.DataVisualizerInfo buffer,
   int width,
   int height,
   float dpiX,
   float dpiY,
   Nullable<BackgroundRepeatOption> repeatOption
)

Parameters

buffer
Visualizer info.
width
Width in pixels.
height
Height in pixels.
dpiX
Horizontal resolution.
dpiY
Vertical resolution.
repeatOption
Background rendering mode.
See Also

Reference

DataVisualizerInfoExtensions Class
DataVisualizerInfoExtensions Members