ReportViewer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phil Barber

    ReportViewer

    Does anybody know why the Print button on the report viewer toolbar (VS2005)
    only shows for remote reports and not Local?
    Is there a way to get a print function(button ) on the toolbar for local
    reports?
    if not what is required to get the remote reports setup and working?
    thanks
    Phil B


  • Hari

    #2
    RE: ReportViewer

    Hi,

    I am also facing the same problem with Reportviewer in Asp.Net 2.0. I have
    set the 'ShowPrintButto n' property of Reportviewer to 'True'. Still there is
    no print button.

    I request all, especially Microsoft MVP's to suggest a solution. Thanks in
    advance.

    Just for printing something (for a demo), I have added a LinkButton for
    printing and used the following code to print the page.

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArg s)
    Handles Me.Load
    LinkButton1.Att ributes("onClic k") = "javascript:win dow.print();"
    End Sub

    Expecting your valuable help...

    Rgds,
    Hari



    "Phil Barber" wrote:
    [color=blue]
    > Does anybody know why the Print button on the report viewer toolbar (VS2005)
    > only shows for remote reports and not Local?
    > Is there a way to get a print function(button ) on the toolbar for local
    > reports?
    > if not what is required to get the remote reports setup and working?
    > thanks
    > Phil B
    >
    >
    >[/color]

    Comment

    Working...