--Douglas McDowell
"Tina" <tinams...@excitenospam.com> wrote in message
news:%238NC10d...@tk2msftngp13.phx.gbl...
Private sub ReportButton_Click.........
dim myReport as new SSReport
myReport.name = "theReport.rdl"
myReport.render
I want to print a report from the code in my code behind module for my aspx
page. That's what I haven't been able to find an example for. Can this be
done with SSRS?
Thanks,
T
"Douglas McDowell" <doug...@nospam.intellinet.com> wrote in message
news:uoIOAqeG...@tk2msftngp13.phx.gbl...
You can make a web service call to render the report and then use the
same printing logic. However, its far more efficient to just display
as PDF and use client-side printing.
"Tina" <tinams...@excitenospam.com> wrote in message news:<Ob#K#3lGEH...@TK2MSFTNGP11.phx.gbl>...