Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

ReportViewer - Export only data

  • 28-11-2012 12:40pm
    #1
    Registered Users, Registered Users 2 Posts: 3,992 ✭✭✭


    Been googling around and cant seem to find an answer for this issue.

    We have a .NET web app that has a report system that uses Reportviewer.

    The reports have a header, footer and a body. The built in export options in report viewer are fine for most customers. (Excel, word, pdf). These export the whole report. Header and footer included.

    Now we have a few customers asking if it is possible to export only the report data (body). Is this possible with report viewer? Or will I have to provide a second rdlc file that has no header and footer that is used when a checkbox is checked?


Comments

  • Registered Users, Registered Users 2 Posts: 7,521 ✭✭✭jmcc


    Would exporting a simple tab separated variable (TSV) file work for them?

    Regards...jmcc


Advertisement