Insert PDF on a Report from TfrxUserDataSet
Hi,
I need to insert pages from a PDF into a report. The PDF is retrieved from a business object list interfaced through TfrxUserDataset. The business object has a TMemoryStream property containing the content of the PDF. How can I pass the content of the memory stream to the TfrxPDFView control in the report?
I found in FastRreport 2021.3 new events for TfrxUserDataset IsBlob and GetBlobValue but I don't understand how to use these.
Comments
Use TfrxPDFView.LoadPDFFromStream (available in the FR VCL 2022)
Thx gpi...all clear for me
slope game