[]
Returns an image representation of the specified report item (background + content).
ImageInfo Render(ILayoutArea layoutArea, string mimeType, SizeF dpi)
| Type | Name | Description |
|---|---|---|
| ILayoutArea | layoutArea | The layout area to render. |
| string | mimeType | Desired type of image to render. |
| SizeF | dpi | Desired resolution. |
| Type | Description |
|---|---|
| ImageInfo | An ImageInfo representing the report item. |