Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Print To File Options 12.01
rbuser
August 2010
edited August 2010
in
General
In RB 12.01 how do you control which print to file options are available
to the end user?
I want to limit the list to PDF, XLSData and XLSReport.
Thanks.
Comments
nicocizik
August 2010
edited August 2010
Hi Jon,
You can register and unregister any file device using the utility routines
located in the ppDevice.pas file.
For instance...
uses
ppDevices, ppFilDev;
...
ppUnRegisterDevice(ppTextDevice);
ppUnRegisterDevice(ppArchiveDevice);
...
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
You can register and unregister any file device using the utility routines
located in the ppDevice.pas file.
For instance...
uses
ppDevices, ppFilDev;
...
ppUnRegisterDevice(ppTextDevice);
ppUnRegisterDevice(ppArchiveDevice);
...
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com