Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I need to generate Report in one of my web page. The scenario is like this :
When user choose all given selection from various web controls like Drop-down , calendar after that need to query Oracle database using ODP.Net provider and in return I need to show all data into Report viewer control on page.

Is it possible in .net as I have never experienced this kind of control before?
Posted

1 solution

Yes, it's possible. The DB is independient. All you need is to have a DataSet with the Data you need to show and then you can pass that dataSet to the Report


Crystal Report with DataSet and DataTable using C#[^]

http://forums.asp.net/t/1389210.aspx/1?how+to+create+crystal+report+using+VB+NET+with+the+database+of+ACCESS[^]
 
Share this answer
 
Comments
MissDev 5-Mar-11 20:04pm    
Can I use Report viewer control to show data? DO you know how does it work?

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