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.
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