Top "Fastreport" questions

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.

How I can replace strings in a memo (FastReport)?

I have a memo object in my report, and a need replace "%...%" strings. For example, in Rave Report: MemoBuf.ReplaceAll(…

delphi replace fastreport memo
How to assign dataset dynamically in FastReport?

I have created a report using FastReport Designer and calling it using Delphi 6. But DataSet for the MasterData and the …

delphi dataset fastreport
How to print Fastreport directly without showing Print Dialog

I use Fastreport 4. I need to print directly to the printer without showing Print Dialog. I've unchecked the ShowDialog in …

delphi fastreport
How to create a report using fast Reports with out connecting directly to a database

I have been asked by my company to update the reporting functionality of a paticular application written in delphi and …

delphi fastreport quickreports
Change currency format in FastReport/Delphi

In FastReport, I want to change the format of a field that holds currency values. Right now it uses the …

delphi formatting fastreport
FastReport 4.0. "Claas TfrxReport Not Found" exception ( RAD STUDIO XE2 )

Dear Stackoverflow users. I am in dire need for help. I have been struggling with the embedded in the Embarcadero …

delphi exception fastreport
How to use IIF function in FastReports?

I 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 fastreport
Export a pdf using FastReport.net and asp.net

How is it possible to export a pdf using FastReport.net and asp.net? I would like to export the …

c# asp.net-mvc fastreport
Fast report designer run-time does not appear

i just set at my VCL app a TfrxReport and then i just do a button click event to show …

delphi fastreport
Pass Delphi image to FastReport

I would like to show an image in FastReport. Here is Delphi code : img_sick.Picture.LoadFromFile(ExtractFilePath(Application.ExeName) + …

delphi fastreport