report.Print() problem
Posted: Sun May 29, 2011 3:17 am
Hi
Iam using the following code to print the report.
StiReport report = new StiReport();
report.Load(Server.MapPath("Report.mrt"));
report.Print(false);
It is not working in client PC but it is working in my PC.
What are the prerequistes for deploying the stimulsoft.
I have added the following references Stimulsoft.Base.dll, Stimulsoft.Report.dll , Stimulsoft.Report.Web.dll , Stimulsoft.Report.WebDesign.dll to the BIN folder.
I have not made any changes in the web.config.
Please provide the sample code for deploying the stimulsoft dlls.
I do not want to use stimulsoft report viewer for printing the report.
Kindly help me,this is very critical and urgent.
Thanks,
Abdul Aleem.
Iam using the following code to print the report.
StiReport report = new StiReport();
report.Load(Server.MapPath("Report.mrt"));
report.Print(false);
It is not working in client PC but it is working in my PC.
What are the prerequistes for deploying the stimulsoft.
I have added the following references Stimulsoft.Base.dll, Stimulsoft.Report.dll , Stimulsoft.Report.Web.dll , Stimulsoft.Report.WebDesign.dll to the BIN folder.
I have not made any changes in the web.config.
Please provide the sample code for deploying the stimulsoft dlls.
I do not want to use stimulsoft report viewer for printing the report.
Kindly help me,this is very critical and urgent.
Thanks,
Abdul Aleem.