I have spent a solid week trying to figure out how to export data in my custom component to a PDF format. My component shows a data table that I now need to export to PDF format. I have figured out that you have to use a visualforce page and embed the component but have not figured out how I pass the attribute that holds the records from the component to the visualforce page. Anyone? thanks!!!
2 comments
thanks for responding Anthony. I actually need a way to pass the attribute from the component to the visualforce page. I have nothing on the visualforce page that reproduces the attribute at this point. So, I'm looking for the process of getting the value of the attribute passed from the component (where it gets updated) to the visualforce page. thanks!