ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IImageRenderer Interface / Render Method
The layout area to render.
Desired type of image to render.
Desired resolution.

In This Topic
Render Method (IImageRenderer)
In This Topic
Returns an image representation of the specified report item (background + content).
Syntax
'Declaration
 
Function Render( _
   ByVal layoutArea As ILayoutArea, _
   ByVal mimeType As String, _
   ByVal dpi As SizeF _
) As ImageInfo
 

Parameters

layoutArea
The layout area to render.
mimeType
Desired type of image to render.
dpi
Desired resolution.

Return Value

An ImageInfo representing the report item.
See Also