Document Studio Delphi
Next-generation multi-format document-processing component suite for Delphi/C++Builder developers
Compatibility
VCL - FireMonkey - Delphi - C++Builder

Export ReportBuilder reports to PDF, PDF/A, XLSX, RTF, HTML, text, BMP, PNG, JPEG SVG, TIFF and other formats

Use XtremeDocumentStudio Delphi's new ReportBuilder export component.
By Manikanta Sai Prasad

XtremeDocumentStudio is a next-generation multi-format document-processing framework for VCL and FireMonkey platform. In the latest release, we have added a report-export component for ReportBuilder (from Digital Metaphors).

The new component is called TgtRBExport and it is even more intelligent than its older eDocEngine counterpart.

You just need to add the TgtRBExport to your existing ReportBuilder application and write a single line of code to export the report in the formats supported by TgtRBExport.

procedure TForm11.Button1Click(Sender: TObject);
begin
 ppReport1.Print;
end;

procedure TForm11.Button2Click(Sender: TObject);
begin
  gtRBExport1.ExportToFile(ppReport1, 'Customers_Envelopes.pdf', TgtxOutputFormat.PDF);
end;

procedure TForm11.Button3Click(Sender: TObject);
begin
  gtRBExport1.ExportToFile(
     TppReport(ppArchiveReader1), 
     'Customers_Envelopes_RB_Export.pdf.', 
     TgtxOutputFormat.PDF);
end;

The first option is interactive. If you have enabled the AllowPrintToFile of the TppReport control, TgtRBExport will take care of automatically adding its own formats to the "Print to file" list box.

The other two ways are programmatic. You need to pass the TppReport instance to the ExportToFile method of the TgtRBExport component. It will then be able to export the report to whichever format you specify from TgtxOutputFormat enumeration. You can also pass an TppArchiveReader to the method to export an archived report. In that case, you will have to first set its ArchiveFileName property.

---o0O0o---

Our .NET Developer Tools
Gnostice Document Studio .NET

Multi-format document-processing component suite for .NET developers.

PDFOne .NET

A .NET PDF component suite to create, edit, view, print, reorganize, encrypt, annotate, and bookmark PDF documents in .NET applications.

Our Delphi/C++Builder developer tools
Gnostice Document Studio Delphi

Multi-format document-processing component suite for Delphi/C++Builder developers, covering both VCL and FireMonkey platforms.

eDocEngine VCL

A Delphi/C++Builder component suite for creating documents in over 20 formats and also export reports from popular Delphi reporting tools.

PDFtoolkit VCL

A Delphi/C++Builder component suite to edit, enhance, view, print, merge, split, encrypt, annotate, and bookmark PDF documents.

Our Java developer tools
Gnostice Document Studio Java

Multi-format document-processing component suite for Java developers.

PDFOne (for Java)

A Java PDF component suite to create, edit, view, print, reorganize, encrypt, annotate, bookmark PDF documents in Java applications.

Our Platform-Agnostic Cloud and On-Premises APIs
StarDocs

Cloud-hosted and On-Premises REST-based document-processing and document-viewing APIs

Privacy | Legal | Feedback | Newsletter | Blog | Resellers © 2002-2025 Gnostice Information Technologies Private Limited. All rights reserved.