Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

programmatic access to the no printer flag

Status
Not open for further replies.

jwaldner

Programmer
Jan 21, 2011
77
0
0
US
I print reports using a windows service and the invalid printer pop ups cause an exception. Setting the view [no printer option] fixes this but it is easy to miss. is there a way to do this in c#?

ReportDocument _report;
string _reportPath;
string _reportPath;
_report = new ReportDocument();
_report.Load(reportPath);

_report.???





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top