[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.ItemRenderer.Render

Render Method

Render(TargetDeviceKind, bool, bool, bool)

Renders the specified area.

Declaration
public void Render(TargetDeviceKind target, bool doContent = true, bool doBackground = true, bool doBorders = false)
Parameters
Type Name Description
TargetDeviceKind target

The target device kind.

bool doContent

If set to true, renders the content of the area. Default is true.

bool doBackground

If set to true, renders the background of the area. Default is true.

bool doBorders

If set to true, renders the borders of the area. Default is false.