Dear all,
i am making small web application using ASp.net , C# (VS2005).
Actually through this utility one can attach crystal report to web application without making any change in the code.
i am loading crystal report thrugh following code
reportdocument =
new ReportDocument();
reportdocument.Load(reportpath);
CrystalReportViewer1.ReportSource = reportdocument;
Now my problem is in one report . when i run through IDE(VS2005),
it shows the output but when i do the same. it does not show any
output. please suggest some idea where i am going wrong ?
thanks