I AM TRYING TO PRINT CRYSTAL REPORT its giving me this error .i am trying to print on network . its not opening the print dialog box . and giving me this error.
protected void Print(object sender, EventArgs e)
{
ReportDocument Report = new ReportDocument();
Report.Load(Server.MapPath("~/CrystalReport.rpt"));
Report.PrintToPrinter(1, false, 1, 1);
}