TTMSFNCPDFLib + FNCChart

I am trying to create a pdf file using TTMSFNCPDFLib with mixed text and other items.
In particular, I would like to export an FNC chart to the PDF I created. I see how to export the chart to PDF by itself, but I want to add it ad part of a more complex report. Note - this NOT a database report, just a bunch of data generated by the program. I would also like to export a grid to the report.
I am doing this because I use QuickReports for my legacy VCL application and I would like to upgrade to FMX.
Any other suggestions on how to achieve this functionality would be appreciated.

There is a sample in the TMS FNC UI Pack Demos folder how to export a custom report. (PDFLib BMI). I've attached it here
Demo.zip (17.5 KB)