- when pop up a page to show crystal report, press printer button will pop up print as pdf, but expect printer?
Edit : left hand corner printer icon button do not pop up a printer dialog to print paper, but pop up a dialog titled print as pdf
when i try to answer this question stackoverflow's answer can not type in IE6, i answer here -> CrystalReportViewer1.PrintMode = CrystalDecisions.Web.PrintMode.ActiveX;
- How to close left hand side list panel, can not find HasXXXX to close it?
CrystalReportViewer1.HasToggleGroupTreeButton = false;
CrystalReportViewer1.HasToggleParameterPanelButton = false;
CrystalReportViewer1.HasDrilldownTabs = false;
CrystalReportViewer1.HasZoomFactorList = false;
CrystalReportViewer1.HasPrintButton = true;