SSE
SSE

Reputation: 445

Rave Reports with Delphi 2010

We are trying to migrate Delphi 6 to Delphi 2010 with Rave Reports. Delphi 6 was using TReportPrinter to print the results. We don't have that Rave component in Delphi 2010.

Could you please guide how to proceed and which component of Rave 7.7 we can use for printing?

Thanks,

AS

Upvotes: 4

Views: 2268

Answers (1)

kStarbe
kStarbe

Reputation: 96

See http://www.chmlib.com/RaveDevRef/trvrenderprinter.htm

The component is replaced by TRenderPrinter. The associated documentation should help you going on.

Upvotes: 4

Related Questions