stanleyconstant,
I'm glad that my code is used ;)
My code only render the Report on the graphics surface of a printer. That is all.
You submitted code is a mess, unreadable, please attach a zip with sources if you want a reply ;)
Do you have tryed to print directly the Report w/o preview it (with Report.Print())?If yes the text still grey also on the printed document?
I used Report with many types of docs, but it still working good everytime... one suggestion, read your code that describe/create the Report, the problem could be here.
Regards,
Davide.
After you install the hot fix installer, you'll have a new version of the NetAdvantage assemblies installed into your GAC, as well as placed in the installation directory of the toolset itself. You don't have to compile the assemblies for our controls - we've done that for you.
Your Visual Studio toolbox will still point at the previous version of the assemblies. Because of this, the first thing you'll want to do is to update these to point to the current version of the assmeblies instead. You can do this by running the Toolbox Utility again, or by manually replacing either the individual entries or the whole tab.
You might also have to update your applications to point at the new version of the assemblies. You can use the Project Uprgrade Add-In or Project Upgrade Utility to automate this, or you can update the references manually.