Search the Wiki

Viewing 175 to 177 of 409 items

PDF Fundamentals

Exporting a report to a PDF file using the built-in PDF device is very simple using ReportBuilder. Setting the TppReport.AllowPrintToFile property to True will enable the Print To File section of the Print Dialog.  From there the PDF file type can be selected as well as a custom file name before the report is exported.  Full Article…

0

PDF Forms

Creating PDF files with editable form fields: ReportBuilder includes ability to create editable PDF forms. The form data can also be submitted via HTTP or manipulated via JavaScript using PDF buttons. There are two ReportBuilder components used to create form fields: TMyCheckbox and TppLabel. CheckBox: To create an interactive checkbox in PDF, place a TMyCheckbox  Full Article…

0

How To…Separate File for Each Group

Question “How do I export a separate file for each group in my report automatically?” Solution It is possible to automatically export each group inside a report as an individual file using the Group.NewFile property. See the steps below for more detailed instructions. Starting with RB 11, the Group.NewFile property was added giving the user  Full Article…

0