FastReport is a reporting engine which provides all the tools necessary for developing reports, including a visual report designer, a reporting core, previewer, dialog designer and macro interpreter.
I have a memo object in my report, and a need replace "%...%" strings. For example, in Rave Report: MemoBuf.ReplaceAll(…
delphi replace fastreport memoI have created a report using FastReport Designer and calling it using Delphi 6. But DataSet for the MasterData and the …
delphi dataset fastreportI use Fastreport 4. I need to print directly to the printer without showing Print Dialog. I've unchecked the ShowDialog in …
delphi fastreportI have been asked by my company to update the reporting functionality of a paticular application written in delphi and …
delphi fastreport quickreportsIn FastReport, I want to change the format of a field that holds currency values. Right now it uses the …
delphi formatting fastreportDear Stackoverflow users. I am in dire need for help. I have been struggling with the embedded in the Embarcadero …
delphi exception fastreportI have a field that contains an integer value (1 or 0 only), if the field contains 0 I want to print 'Male' …
delphi delphi-xe8 fastreportHow is it possible to export a pdf using FastReport.net and asp.net? I would like to export the …
c# asp.net-mvc fastreporti just set at my VCL app a TfrxReport and then i just do a button click event to show …
delphi fastreportI would like to show an image in FastReport. Here is Delphi code : img_sick.Picture.LoadFromFile(ExtractFilePath(Application.ExeName) + …
delphi fastreport