[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Export.DocumentRenderer.-ctor

DocumentRenderer Constructor

DocumentRenderer(IReport, IGenerator, CancellationToken, bool)

Creates new document renderer.

Declaration
public DocumentRenderer(IReport report, IGenerator generator, CancellationToken cancel, bool forceInBackground)
Parameters
Type Name Description
IReport report

Reports to render.

IGenerator generator

Generator, which should be used to render the report.

CancellationToken cancel

The cancellation token.

bool forceInBackground

Specifies whether to use a separate thread for layout building.

DocumentRenderer(IReport, IGenerator, CancellationToken)

Creates new document renderer.

Declaration
public DocumentRenderer(IReport report, IGenerator generator, CancellationToken cancel)
Parameters
Type Name Description
IReport report

Reports to render.

IGenerator generator

Generator, which should be used to render the report.

CancellationToken cancel

The cancellation token.

DocumentRenderer(IReport, IGenerator)

Creates new document renderer.

Declaration
public DocumentRenderer(IReport report, IGenerator generator)
Parameters
Type Name Description
IReport report

Reports to render.

IGenerator generator

Generator, which should be used to render the report.