Hi Alan,
Well, you will have to write a little bit of code here. When reading
your document, you would read text to some string var and then set the
text property of a textbox to the string var. If it is a pdf (I haven't
tried this yet) but I believe you can embed the pdf file into the rdlc
into a control and print that control. Basically, you would have to
detach the pdf and then pass the location to the rdlc and then print the
rdlc. I am not sure what control would take a pdf. It should be in the
link I posted above. The specific section of the link is just for
printing but the rest of the sections pertain the the report control.
So you would detach the pdf, pass the location to the rdlc, print the
pdf, and then delete the pdf from the location. That should be seamless
to the user.
If the PDF is just pure text, you could read the contents and then pass
that to the rdlc and print that -- just to give you some ideas.
Rich
*** Sent via Developersdex
http://www.developersdex.com ***