Declined
Last Updated: 08 Jun 2018 10:33 by ADMIN
Matt
Created on: 06 Jun 2018 13:56
Category: UI Framework
Type: Feature Request
0
Convert RadDocument to RadPrintDocument
Implement a facility to convert a RadDocument to a RadPrintDocument (or something that can be handed to a RadPrintPreview) to avoid having to load up a RadRichTextEditor just to print a code-generated document.
1 comment
ADMIN
Dimitar
Posted on: 08 Jun 2018 10:32
Hi Matt,

Each control has its own printing functionality and handles this differently. RadPrintDocument only exposes the printer options and does not have any rendering functionality. In addition, we are using properties of the UI elements to print the document and create print preview dialog, and this requires the layout of the control to be loaded. This is preventing us from creating such functionality.

Regards,
Dimitar