crystal reports to be displayed seperately????is it possible?

  • Thread starter Thread starter smoky_flame
  • Start date Start date
S

smoky_flame

hi,
im having a problem regarding crystal reports.im using VS 2005 with C# for
developing web application.
i want to select a department from dropdownlist and click a button and
display employees in that department in a crystal report.
i have successfully done this while using dropdownlist and crystal report
viewer on the same web form.
but i want dispaly report on seperate form. i.e. select a department and
click a button to display reports. but cant do this. any suggestion....
please help im reaching my deadline.
 
Hello smoky_flame,

What stops u to use the separate web page with report viewer where u redirect
user from the first page, sending params of his selection via ulr?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


s> hi,
s> im having a problem regarding crystal reports.im using VS 2005 with
s> C# for
s> developing web application.
s> i want to select a department from dropdownlist and click a button
s> and
s> display employees in that department in a crystal report.
s> i have successfully done this while using dropdownlist and crystal
s> report
s> viewer on the same web form.
s> but i want dispaly report on seperate form. i.e. select a department
s> and
s> click a button to display reports. but cant do this. any
s> suggestion....
s> please help im reaching my deadline.
s>
 
Back
Top