Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Good day all, i'm new to crystal report, and i find it interesting. I created a report using crystal 9 designer which connection and query are already in the report, in fact i can run the report on the designer side already. My question is, can i call up the report on ASP.net without using the dataset binding? all i can find in the web is only by using dataset binding. if its possible how? Thank you!

What I have tried:

i tried loading the report but it will just hangup. by the way, my database is not on my local drive, its located remotely.
Posted
Comments
Sandeep Mewara 7-Aug-20 2:45am    
What's the intent? Without dataset binding, what would you do with report?
Member 12630668 7-Aug-20 3:15am    
the query and the connection is already in the report, in fact, if i run the report on the crystal designer, it will generate the data that i wanted. what i'm going to do is to integrate the report on my ASP project.
Sandeep Mewara 7-Aug-20 3:33am    
you need to understand:
Query gets the data -> this data needs to bind with report to display. Without bind, it cannot be displayed.

Now, you would integrate a report viewer in ASP.NET that would need input to get the data pushed to report or display.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900