[]
        
(Showing Draft Content)

Core.PageDocument

Class: PageDocument

Core.PageDocument

Represents rendered report.

Table of contents

Methods

Methods

print

print(renderOptions?, onProgress?, checkCancel?): Promise<void>

Displays the browser's printing dialog.

Parameters

Name Type Description
renderOptions? RenderOptions Specifies the rendering options.
onProgress? (pageCount: number) => void Callback for printing progress notifications.
checkCancel? () => boolean Allows to cancel report printing.

Returns

Promise<void>