Hi All,
I want to use header and footer of an existing pdf report (a pdf file) into the report that I am generating through my program.
Infragistics.Documents.Reports.Report has a load method, that takes in a filename. If I pass the pdf containing header and footer, it throws an exception.
Is there a way to accomplish this?
Thanks in advance.
Hello Darr,
The load method in the PDF engine is expecting an xml report to be loaded not a pdf.
After investigating this and doing some research, loading a PDF has been determined to be a product idea. You can suggest new product ideas for future versions by submitting here: http://ideas.infragistics.com.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. You can also link back to this thread for additional details.Thank you in advance to submitting your product idea.
Include a link to this thread in your idea so product management will be able to look back at this thread.
Hi Mike,
Thanks for the answer. Could you provide a sample XML report / the document link that helps with the format of the XML the method expects?