How can I preview a rave report on a Delphi form? I have a page control with 2 pages: on the first one the user enter some data (name, address...) and I want on the second page to preview the report generated with the data from the first page.
|
1
|
|
|
|
|
|
You can render a preview to any TScrollBox with a TRvRenderPreview: With a TRvSystem:
|
||
|
|
|
|
I've used print preview, it's not exactly same but in my application it was enough. I don't know if it's possible to embedded inside page control. |
||
|
|
|
|
You can use the TRvNDRWriter component instead of the TRvSystem.
|
||
|
|
