reportviewer

  1. S

    Resolved Can't get ReportViewer working

    I'm building a VB.Net Windows Forms application, and I need to incorporate reporting functions into it (just straightforward report generation, viewing and exporting). Much of the data for the reports will be drawn directly from a local Jet 4.0 database, while some will be generated internally...
  2. D

    Question Report View Report.rdlc passing in datasets

    Hi, I have only started to use the ReportViewer and Report in Visual Studio 2013 and I am finding it very confusing to be honest, I cant find a good example or even explanation of how the whole thing links together so far as I can work out it goes like this. 1) Add a new Report or Report...
  3. Neodynamic

    How to add Cross-Browser Printing to ASP.NET ReportViewer toolbar

    Overview By default, the ASP.NET ReportViewer control enables client-side printing when the user browser is Internet Explorer only. If the user opens to the report page through Firefox or Chrome, then ReportViewer will hide the Print button from the toolbar. This happens because the built-in...
  4. I

    ReportViewer OK in Development, but no data in deployment

    I have a rdlc report that displays data passed to the form from a dataset created in memory. On my development platform (Windows 7 with VS2010) the report displays both the Reports Parameters passed to it Parameters = New ReportParameter("DeliveryDate", strDeliverDate)...
  5. Neodynamic

    How to use Codeless Barcode Generation feature in ReportViewer RDLC local reports in

    How to use Codeless Barcode Generation feature in ReportViewer RDLC local reports in ASP.NET Prerequisites - Neodynamic Barcode Professional 7.0 for ASP.NET - Microsoft .NET Framework 2.0 (or greater) - Microsoft Visual Studio 2008 / 2010 - Microsoft Visual Web Developer (VWD) 2008 / 2010...
  6. A

    Aspose.Newsletter: May 2009 edition is out now

    Aspose publishes May 2009 Newsletter for .NET & Java programmers by highlighting the newly supported features by Aspose.Slides, Aspose.Words, Aspose.Recognition, Aspose.Words for JasperReports, Aspose.Form, Aspose.Grid, Aspose.Cells, Aspose.Workflow, Aspose.Cells for Reporting Services and...
  7. OriginalSyn

    Question Fix rectangle height with variable size table inside?

    I am using rectangles that are 8x10 inches and set to page break after to arbitrarily create pages in a report and I have one page that contains a couple tables with 1 to 5 rows in them each, but never more than 5. The problem is that if the tables only have 1 row the rectangle is the correct...
  8. A

    Question An error occurd during local report processing

    The Local Report (.rdlc) I designed, returns on some data ranges with this error How can I please find out which data elment (SQL 2005) is causing the problem? :(
  9. P

    Question How do I populate a Strongly Typed DataSet with XML

    Hello, I'm using VS2008 Standard, and I am trying to populate a table in a strongly typed dataset used for the ReportViewer. I want to read in an XML file which was created manually using ds.WriteXML. The strongly typed dataset has been created to match the structure of the XML file written with...
Back
Top