You must Sign In to post a response.
  • Category: ASP.NET

    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.
  • #768431
    Hi,
    This will help you to create a web application with oracle database connectivity:
    https://docs.oracle.com/cd/B28359_01/appdev.111/b28844/using_aspnt.htm#BABBJJGC

    You need to use 'Oracle Report Server' to display reports. Please check below link for how to use 'Oracle Reports Web Service':
    http://docs.oracle.com/cd/B10464_05/bi.904/b13673/pbr_webservice.htm

    Also find here 'how to create RDLC report step by step in ASP.Net using C# and VB.Net':
    http://www.aspsnippets.com/Articles/How-to-create-RDLC-report-step-by-step-in-ASPNet-using-C-and-VBNet.aspx


  • Sign In to post your comments