If you would like to save a snapshot of a report, you can export it to an Archive file, essentially saving the data printed inside the report definition. If you are looking to save all data access information inside the Report template, you can use DADE. DADE will not however keep your data local to the report, it will access the data from you DB as the report is generated.
Saving the report to an archive file will do just that. Then you can use the ArchiveReader to view the report inside the normal preview window. Take a look at demo 151 (dm0151.pas) located in the \RBuilder\Demos\1. Reports\... directory for an example of using this feature.
Comments
If you would like to save a snapshot of a report, you can export it to an
Archive file, essentially saving the data printed inside the report
definition. If you are looking to save all data access information inside
the Report template, you can use DADE. DADE will not however keep your data
local to the report, it will access the data from you DB as the report is
generated.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I want to however be able to open this snapshot in the reportbuilder preview
window. Is this possible?
Saving the report to an archive file will do just that. Then you can use
the ArchiveReader to view the report inside the normal preview window. Take
a look at demo 151 (dm0151.pas) located in the \RBuilder\Demos\1.
Reports\... directory for an example of using this feature.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com