Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Reportviewer Print Option

Reportviewer Print Option

Scheduled Pinned Locked Moved ASP.NET
questionsysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nithydurai
    wrote on last edited by
    #1

    How can I show a printbutton in a rsweb:ReportViewer? It shows the report and the other options, but no print button is shown. I tried ShowPrintButton = "True" <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="625px" Width="684px" ShowPrintButton="True" ShowPageNavigationControls="True" ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True" > <LocalReport> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="Reports_DAL_ClientList" /> </DataSources> </LocalReport> </rsweb:ReportViewer>

    L 1 Reply Last reply
    0
    • N nithydurai

      How can I show a printbutton in a rsweb:ReportViewer? It shows the report and the other options, but no print button is shown. I tried ShowPrintButton = "True" <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="625px" Width="684px" ShowPrintButton="True" ShowPageNavigationControls="True" ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True" > <LocalReport> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="Reports_DAL_ClientList" /> </DataSources> </LocalReport> </rsweb:ReportViewer>

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      If you are using VS 2005, it does not support printing web page in local mode. The print button will not show even in service packs of VS 2005. But this functionality is added in VS 2008 and its redistributable.

      M 1 Reply Last reply
      0
      • L Lost User

        If you are using VS 2005, it does not support printing web page in local mode. The print button will not show even in service packs of VS 2005. But this functionality is added in VS 2008 and its redistributable.

        M Offline
        M Offline
        manikanta mnl
        wrote on last edited by
        #3

        i`m using VS2008.Still i`m not getting the print button... Please give me suggestion on this... Waiting for your reply..:confused:

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups