[]
Represents an interface allowing retrieval of an image representation of a report item or layout area.
public interface IImageRenderer : IRenderer
| Name | Description |
|---|---|
| Render(ILayoutArea, string, SizeF) | Returns an image representation of the specified report item (background + content). |
| RenderBackground(ILayoutArea, string, SizeF) | Returns an image representation of the specified report item background. |