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

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

    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 background.
    See Also