Attaching the report in the web page
I am developing a form in asp.net where as a document number will be given as a input , using the document some records will be shown in the from in other fields.My requirement is I am able to fetch the record into the form but I want to know how to attach a report in the web page to print the content as showing in the form using report (rdlc) providing a button to print the document. Is that I need to create a dataset(xsd) before designing a report.
I am using oracle 10g database and visual studio 2010.
Note when I am trying to create a dataset i could not establish database connection , may be I don't install any data provider for .net from oracle.
Providing any simple example or resource can help me.