I have created a view using 3 datatables for my crystal report in VB.net.
No matter what I make the datasource of crystal report viewer, the resulting report shows me whole data of the View.
I want to show only selected data in the report at the run time.
1. Is it possible to transfer parameters to View so that it would show selected data?
2. Can I use View similarly to datatable or stored procedure (From the VB.net coding perspective) ?
Your help is appreciated,
Thanks
Shivangi