[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IImageRenderer.Render

Render Method

Render(ILayoutArea, string, SizeF)

Returns an image representation of the specified report item (background + content).

Declaration
ImageInfo Render(ILayoutArea layoutArea, string mimeType, SizeF dpi)
Parameters
Type Name Description
ILayoutArea layoutArea

The layout area to render.

string mimeType

Desired type of image to render.

SizeF dpi

Desired resolution.

Returns
Type Description
ImageInfo

An ImageInfo representing the report item.