I my application I have may from (aspx) where user can see data. on each form I have a button viewreport. each report build base on selection... for example select of product name from dropdown... and then click viewreport.
option 1) create report view on each form and display report ... BUT on each form I have crystal report object....
Member
88 Points
451 Posts
crystal report advice needed
Mar 08, 2012 10:04 AM|itman1981|LINK
Hello
I my application I have may from (aspx) where user can see data. on each form I have a button viewreport. each report build base on selection... for example select of product name from dropdown... and then click viewreport.
option 1) create report view on each form and display report ... BUT on each form I have crystal report object....
Any better advice
Member
88 Points
451 Posts
Re: crystal report advice needed
Mar 09, 2012 02:35 AM|itman1981|LINK
hello please advice
Member
44 Points
193 Posts
Re: crystal report advice needed
Mar 10, 2012 01:36 AM|srm2009|LINK
yor question not clear .pls be explicit.
Contributor
6711 Points
2334 Posts
Re: crystal report advice needed
Mar 11, 2012 08:51 AM|cnranasinghe|LINK
Create a single aspx form with report viewer control to display all the report. When viewing the report dynamically assing the rpt file to viewer.
Member
88 Points
451 Posts
Re: crystal report advice needed
Mar 12, 2012 04:47 AM|itman1981|LINK
Hello
thanks for reply.... my report is build base on select
like select productType , date range and then click button (imagebutton) and report will be dispalyed .....
Contributor
6711 Points
2334 Posts
Re: crystal report advice needed
Mar 12, 2012 05:11 AM|cnranasinghe|LINK
send parameter to SP respectively and load a dataset and assing it to the report. Then assing report file to report viewer.
Member
88 Points
451 Posts
Re: crystal report advice needed
Mar 12, 2012 07:19 AM|itman1981|LINK
any example plzzzz
Contributor
6711 Points
2334 Posts
Re: crystal report advice needed
Mar 13, 2012 01:44 AM|cnranasinghe|LINK
http://www.codeproject.com/Articles/18332/Crystal-Report-Basics-and-Integration-with-DataSet