ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / ItemRenderer Class / Render Method
The target device kind.
If set to true, renders the content of the area. Default is true.
If set to true, renders the background of the area. Default is true.
If set to true, renders the borders of the area. Default is false.

In This Topic
    Render Method (ItemRenderer)
    In This Topic
    Renders the specified area.
    Syntax
    'Declaration
     
    Public Sub Render( _
       ByVal target As TargetDeviceKind, _
       Optional ByVal doContent As Boolean, _
       Optional ByVal doBackground As Boolean, _
       Optional ByVal doBorders As Boolean _
    ) 
    public void Render( 
       TargetDeviceKind target,
       bool doContent,
       bool doBackground,
       bool doBorders
    )

    Parameters

    target
    The target device kind.
    doContent
    If set to true, renders the content of the area. Default is true.
    doBackground
    If set to true, renders the background of the area. Default is true.
    doBorders
    If set to true, renders the borders of the area. Default is false.
    See Also