J
Jelena B
Bitmap that I put on my Crystal Report is printed in very bad
resolution; it is completely rastered, and it is very hard to read
letters on it.
Printer settings are:
Quality Settings: Draft
Print Quality 300 x 300 dots per inch.
The problem is that the same bitmap, on the same printer and same
settings was printed decently from MS Office Applications (Access,
Word) and from Paint.
Printer settings should remain the same.
Could I change any related settings from vb.net code?
P.S. The code:
rpt.PrintOptions.PaperOrientation =
CrystalDecisions.[Shared].PaperOrientation.Landscape
does not have any effect, although report is designed to be Landscape,
and this code is written:
Dim rpt As New cr
rpt.SetDataSource(ds.Tables(0))
rpt.PrintOptions.PaperSize =
CrystalDecisions.[Shared].PaperSize.PaperA4
rpt.PrintOptions.PaperOrientation = CrystalDecisions.
[Shared].PaperOrientation.Landscape
Does anyone has any idea?
Thanks, Jelena
resolution; it is completely rastered, and it is very hard to read
letters on it.
Printer settings are:
Quality Settings: Draft
Print Quality 300 x 300 dots per inch.
The problem is that the same bitmap, on the same printer and same
settings was printed decently from MS Office Applications (Access,
Word) and from Paint.
Printer settings should remain the same.
Could I change any related settings from vb.net code?
P.S. The code:
rpt.PrintOptions.PaperOrientation =
CrystalDecisions.[Shared].PaperOrientation.Landscape
does not have any effect, although report is designed to be Landscape,
and this code is written:
Dim rpt As New cr
rpt.SetDataSource(ds.Tables(0))
rpt.PrintOptions.PaperSize =
CrystalDecisions.[Shared].PaperSize.PaperA4
rpt.PrintOptions.PaperOrientation = CrystalDecisions.
[Shared].PaperOrientation.Landscape
Does anyone has any idea?
Thanks, Jelena