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