Problem with Printing
Posted: Thu Apr 16, 2009 8:27 am
Hi,
i have a problem with printing a report. I can't use my printersettings.
Example:
Dim PrnSettings As New System.Drawing.Printing.PrinterSettings
Prnsettings are correct filled from another form with options etc. So everything is fine here.
I set the Settings to Landscape and also to Black and White.
I try to set the Printer settings as follow m_StiReport.Print(false, PrnSettings)
Is there anyway to get Prnsettings to the report ?.
When the report is printed, its still in color and not black and white and also in A4 and not Landscape mode.
As i said, the Prnsettings are correct set.
Any idea ?
i have a problem with printing a report. I can't use my printersettings.
Example:
Dim PrnSettings As New System.Drawing.Printing.PrinterSettings
Prnsettings are correct filled from another form with options etc. So everything is fine here.
I set the Settings to Landscape and also to Black and White.
I try to set the Printer settings as follow m_StiReport.Print(false, PrnSettings)
Is there anyway to get Prnsettings to the report ?.
When the report is printed, its still in color and not black and white and also in A4 and not Landscape mode.
As i said, the Prnsettings are correct set.
Any idea ?