Search the Wiki

Viewing 178 to 180 of 409 items

How To…Send Each Page as a PDF

Question “Is it possible to create a new PDF file for each page in the report?” Solution This can be done by manually taking control of the StartJob/EndJob routines of the TppDevice.  Start by creating a generic TppDevice object, assigning its OnPageReceive event and calling PrintToDevices.  Next implement the OnPageReceive event to create a PDF  Full Article…

0

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