Hi,
I'm using barcode font (Free3of9) in my report document. Printing is OK but I can't see barcode in preview mode when I don't have installed font in my system. As I said - physical print is OK. The problem exists only in preview mode. Any suggestions ?
regards
What Infragistics controls are you using?
The UltraPrintPreview dialog just uses the inbox PrintPreview control, so my guess is that this is a bug in the PrintPreview control in the DotNet framework.
Bu what, exactly, are you printing from?
When user wants to see print preview I'm using Infragistics.Win.Printing.UltraPrintPreviewDialog. When not I'm using Infragistics.Documents.Reports.Report.Report.Print() Method.
If it prints to the printer correctly and just doesn't display in the preview, then there's clearly something wrong with the preview. Like I said, the UltraPrintPreview dialog just uses the PrintPreview control from the DotNet framework, and I've seen some quirky behavior from this control before where certain things just don't show up correctly.
Try showing your print preview in the inbox PrintPreview control and see if you get the same results. If you do, then you might want to report the issue to Microsoft. If not, then see if you can post a small sample project here demonstrating the issue and we can look into it further.