Embedding and Printing a TcxSpreadsheet control

General TRichView support forum. Please post your questions here
Post Reply
MarkElder
Posts: 21
Joined: Tue Aug 28, 2012 7:43 pm

Embedding and Printing a TcxSpreadsheet control

Post by MarkElder »

Hello,

I have a generated document in a TRichView editor for user viewing/printing. My underlying data now supports a Spread Sheet section that allows users to enter their own data and calculations. I would like to embed this spreadsheet (view only) into my Rich Edit document.

I don't need to save the file. This is just being used for a preview of the data and printing.

I'm guessing I need to get the TcxSpreadSheet to print each page to an image and then insert the images into the RichView. I've been looking for a way to get images out using the DevExpress Printing components.

Just checking to see if anyone has done something like this before and has any advice to help get me started.

Thanks,

Mark
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am not sure, but may be it would be not too difficult to convert this spreadsheet to a table (TRVTableItemInfo)?
Post Reply