[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IImageRenderer

IImageRenderer Interface

Represents an interface allowing retrieval of an image representation of a report item or layout area.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IImageRenderer : IRenderer

Methods

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.

Extension Methods