Does QRRichView component exist for FastReport in Delphi 10.3?
If it exists, how do I get it?
Does QRRichView component exist for FastReport in Delphi 10.3?
-
- Site Admin
- Posts: 17817
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Does QRRichView component exist for FastReport in Delphi 10.3?
TQRDBRichView is defined in RVQRCtrls, located in <TRichView Dir>\ThirdParty\QuickReport\Source\
This class is for QuickReport, not for FastReport.
Sorry, FastReport is not officially supported by TRichView.
For RV+QR integration, there are packages for Delphi from 2007 to 12.x. They expect QuickReport version 6.
If you want to use older version, open <TRichView Dir>\ThirdParty\QuickReport\Source\RVQRCtrls.inc and enable the corresponding compiler $define.
This class is for QuickReport, not for FastReport.
Sorry, FastReport is not officially supported by TRichView.
For RV+QR integration, there are packages for Delphi from 2007 to 12.x. They expect QuickReport version 6.
If you want to use older version, open <TRichView Dir>\ThirdParty\QuickReport\Source\RVQRCtrls.inc and enable the corresponding compiler $define.