I want to call Crystal Report in ASP.NET
-
Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help
-
Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help
There is plenty of resource in the net....try google..... see this http://www.codeproject.com/aspnet/crystal_report.asp[^] http://dotnetjunkies.com/Article/790775A0-C493-46D8-ABE0-40CA588D33D3.dcik[^] http://www.aspfree.com/c/a/ASP.NET/Programming-Crystal-Reports-with-ASP-NET-2-0/[^]
Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist
-
Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help
Hope the Article by LeoSelmani Crystal Report[^] here in CP will Help you.
Regards, Satips.:rose:
-
Hi All, Here in my application(ASP.NET with C#), I want to call Crystal Report. But how Plz Help
-
There is plenty of resource in the net....try google..... see this http://www.codeproject.com/aspnet/crystal_report.asp[^] http://dotnetjunkies.com/Article/790775A0-C493-46D8-ABE0-40CA588D33D3.dcik[^] http://www.aspfree.com/c/a/ASP.NET/Programming-Crystal-Reports-with-ASP-NET-2-0/[^]
Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist
Hi, Thanx for your reply.But i want to access multiple reports by passing a querystring e.g. if(Request.QueryString.Equels("L")) { CRV.ReportSource = Server.MapPath("New_Reports/deptwiselaptop.rpt"); } else if(Request.QueryString.Equels("W")) { CRV.ReportSource = Server.MapPath("New_Reports/Warranty.rpt"); } but it gave an error on Request.QueryString.Equels("L") error msg is-> 'System.Collections.Specialized.NameValueCollection' does not contain a definition for 'Equels'