ASP.NET ReportViewer Examples Lacking

I would like to see better examples around ASP.NET and the ReportViewer. Primarily, how do you do subreports and drillthru's. There seems to be an abundance of examples, documentation and help for Winforms, but Webforms is lacking. Thank you

Answer this question

ASP.NET ReportViewer Examples Lacking

  • crock

    You can get more information on the failure by attaching a debugger and looking in the output window. The same information is available programmatically by calling render on the report object and looking at the warnings collection.
  • majinmunkee

    Rajeev,

    Do you happen to have any examples of doing a ASP.NET drillthrough report using a SQL datasource instead of an XML datasource

    Bryan


  • Brian The Gaffer

    The use of drillthrough and subreports is nearly the same in winforms and webforms.  Is there something specific you are having trouble with
  • JonathanPerret

    Thanks, Rajeev for the 2 new WebForms samples. Can you also post the parameterized Webform sample It currently exists in Winforms on the gotreportviewer web site as follows:

    Parameter prompting in local mode

    This demo prompts the user for a parameter value, then filters a table in the report using the value. Data for the report comes from business objects. The business objects load their data from a CSV file. Download.

    Thanks!


  • Gordon Brown

    Rajeev,

    Thank you very much.


  • rthurber

    Sample: ASP.NET parameter prompting in local mode:

    http://gotreportviewer.com/CustomerWebSite.zip


  • kgottfredsen

    I have added two new samples:

    Subreport ASP.NET sample:

    Drillthrough ASP.NET sample:


  • Joeman345

  • mindplayr

    I have a subreport that isn't working on the report. I receive an error on the report where the subreport is suppose to be. However, in WinForm the subreport is functioning correctly. I will figure it out. Thanks.
  • smarlowe

    GMain6,

    I am very appreciative of your attempt to help in this matter. But to be quit frank, you simply did not read or understand my post. I asked for examples for subreports and drillthru reports using ASP.NET. The web site you have so loosely posted has No examples of ASP.NET subreports and drillthru....only "WinForm" examples. Again, I appreciate your assistance.


  • ASP.NET ReportViewer Examples Lacking