FastReport VCL & FMX – is an add-on component that allows your application to generate reports swiftly and efficiently. FastReport gives all the essential tools to develop reports, including a visual report designer, a reporting core, and a preview window. It can be utilized in the Delphi, C++Builder, and RAD Studio environments.
Moreover, the best thing is that now FastReport FMX works with Linux. You can deploy your FastReport FMX-based solutions to Linux.
What are the features of FastReport?
- Advanced report designer
- Data Grouping and Master-Detail reports
- Caching of the big reports
- Exports to popular formats (PDF, RTF, HTML, BMP, JPEG, TIFF, GIF, TxT, CSV)
- Report inheritance
- UNICODE support
- Report encryption
- Nested reports by using subreport object
- Dot Matrix reports
- Linear barcodes
- Composite reports
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
procedure TForm1.frxReport1BeforePrint(Sender: TfrxReportComponent); begin if Sender.Name = 'Picture1' then TfrxPictureView(Sender).Picture.Assign( Chart1.TeeCreateMetafile(False, Rect(0, 0, Round(Sender.Width), Round(Sender.Height)))); end; procedure Page1OnManualBuild(Sender: TfrxComponent); var i, j: Integer; SaveY: Extended; begin SaveY := Engine.CurY; for j := 1 to 2 do begin for i := 1 to 6 do begin Engine.ShowBand(MasterData1); Engine.ShowBand(MasterData2); if i = 3 then Engine.CurY := Engine.CurY + 10; end; Engine.CurY := SaveY; Engine.CurX := Engine.CurX + 200; end; end; |
Be sure to head over and check out the FastReport Report Generator on the GetIt portal and download it from the IDE
You can generate Powerful Reports on Windows, macOS, and Linux with the use of IDE Software. Try out the IDE Software to build applications for RAD Studio, Delphi, and C++Builder and make the most of it. Download here.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition