Hi, we use trial version of PS RBuilder Export component. We've placed the components on the form. Device selection part on the Print dialog cannot be appear. What is the problem...
Once you set this property to True, you should see the extra Print To File section at the bottom of the Print Dialog. Then you can enable printing to file by clicking on the Print To File check box in the lower left of the dialog. Check the Object Inspector in Delphi for the TppReport object to be sure this property is actually set to True.
To add to what Nico said, if you are loading an archived report at run-time, you'll need to set the property at run-time, after loading the report.
While you are trying out exporting solutions for RB, you may also want to have a look at eDocEngine .
-- Girish Patil Gnostice Information Technologies www.gnostice.com --------------------------------------------------------------------- Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) - Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) - View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms... ---------------------------------------------------------------------
Comments
You need to set the TppReport.AllowPrintToFile property to True before you
print.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Once you set this property to True, you should see the extra Print To File
section at the bottom of the Print Dialog. Then you can enable printing to
file by clicking on the Print To File check box in the lower left of the
dialog. Check the Object Inspector in Delphi for the TppReport object to be
sure this property is actually set to True.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
To add to what Nico said, if you are loading an archived report at run-time,
you'll need to set the property at run-time, after loading the report.
While you are trying out exporting solutions for RB, you may also want to have a
look at eDocEngine .
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
---------------------------------------------------------------------
Gnostice eDocEngine (http://www.gnostice.com/edoc_engine.asp) -
Electronic document creation, Report Export, PDF eForms creation...
Gnostice PDFtoolkit (http://www.gnostice.com/pdftoolkit.asp) -
View, Print, Convert, Modify, Enhance PDF docs, process PDF eForms...
---------------------------------------------------------------------