Hello,
I've some data stored in a database, they are PDFs files data.
How can I include them in a report
For example
I've a Table
MyTABLE with 2 Cols (Name STRING, data byte[]) (in fact it's a .NET/DataSet)
I would like to display the content of my table in a CR
I can include a static PDF in my report, but not a variable one.
Can anyone Help Me ?
Thanks
Marc