ReportBuilder does not currently support C++Builder. One option is to use Delphi to create the reports and compile them into a package that can be used by C++ Builder.
Search the Wiki
Viewing 214 to 216 of 409 items
Unicode
ReportBuilder for Delphi 2009 is Unicode based. (ReportBuilder for Delphi 2007 and prior is Ansi string based). Delphi 2009 introduces full Unicode support – the IDE, RTL and VCL are all Unicode based. A new UnicodeString datatype has been introduced and String now maps to UnicodeString (rather than AnsiString as it does in Delphi 2007 Full Article…
Delphi Translation Tools
Tech Tip: ReportBuilder and Delphi’s Translation Tools To use the Delphi Language Translation support with ReportBuilder you need to add the ReportBuilder .dfm files that are used by your application to the language resource DLL. When you run the Resource DLL Wizard there is a screen that gives you the opportunity to add .DFM files.