Reputation: 1322
I inherited a .NET project with Crystal Reports which I upgraded from VS2005 to VS2008. Suddenly, some of the labels are inverting (ie. white text on black 'highlighting'). This is only on one printer. The rest of the printers print normally.
Is there a setting on the VS2008 CR designer that I'm missing (that only the one printer picks up on), or is this a printer driver issue?
Upvotes: 1
Views: 481
Reputation:
Your issue could possibly be either, though if the report is working fine on other printers consistently I would look at the driver first. Some printers when given a stream of specific data will invert text, or will do so when given specific font data. This issue makes me think specifically of receipt printers that have limited font capabilities, is this a receipt printer?
Have you tried making a minor adjustment to the labels in question such as changing the font type or size to see if the text is still inverted on that particular printer? If that doesn't change your output, try uninstalling and reinstalling the print driver and resetting the printer itself.
Upvotes: 1