Search the Wiki

Viewing 178 to 180 of 408 items

How To…Merge Multiple Reports into one PDF

Question “How do I merge multiple reports into a single PDF file?” Solution For ReportBuilder 11, new properties were added to the PDF Device allowing the developer to manually start and end the print job.  This allows you to easily merge multiple reports into a single PDF file.  Simply set the EndPrintJob property to false  Full Article…

0

How To…Export Each Group to Stream

“Is is possible to export each individual group to a separate Output Stream that I create?” Solution All file devices (PDF, Text, etc.) allow the report export output to be directed to a custom stream rather than the default filestream. It is also possible to use this feature with the “New File” feature of Report  Full Article…

0

Removing Formats

TECH TIP: Controlling Available Print To File formats Question: “How can I limit which file formats are displayed by the print dialog?” Formats can be registered and unregistered via code.  Below is a list of the currently provided export devices: TppArchiveDevice – Archive File TppHTMLDevice – HTML File TppXHTMLDevice – XHTML File (Server only) TppPDFDevice –  Full Article…

0