Page 1 of 1

Embedding and Printing a TcxSpreadsheet control

Posted: Fri May 10, 2013 6:05 pm
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

Posted: Mon May 13, 2013 11:10 am
by Sergey Tkachenko
I am not sure, but may be it would be not too difficult to convert this spreadsheet to a table (TRVTableItemInfo)?