10782 : How can I print a Gant with the Rave Reports? I my reports using code, not the visual rave environment.

Question

I’m starting to use your software in VCL for Delphi 2006. How can I print a Gant with the Rave Reports? I create my reports using code, not the visual rave environment.

I use the TRvSystem, and all other renders.

Thanks

Answer

We have no specific information on Rave reports but either it will allow you to get a Canvas to draw to and then you use the PrintToHdc sending in the Canvas.Handle, or you can render to an EMF image (vector based) and send that image to the report generator.

Leave a Reply