Last post Mar 08, 2012 09:29 PM by vckreddyece
Member
44 Points
193 Posts
Mar 07, 2012 12:47 AM|srm2009|LINK
In my application I have two .rpt files which loads two seperate table respectively as
per the parameters coming from textboxes.I am using single crystalreportviewer in my form
and have used two reportdocument associated with respected .rpt files.but only one table data
gets displays correctly.when I try to load data from second table as per anothe parameter
it load and gets disappear and instead dialogbox is generated asking for discreteparametervalue.
why this is so?
I want to display two seperate tables in single crystareportviewer how to do that?
Thank you if anyone has answer.
434 Points
279 Posts
Mar 07, 2012 01:17 AM|Inayat Rasool|LINK
I dont think this is possible. It could only implement one dataset/data table at one time.
You can implement the similar concept using subreports. Report inside a report which accept one data table each. Either on demand or directly display both .
ex:
http://www.c-sharpcorner.com/UploadFile/mahesh/MultipleDataSourceReport08232006225431PM/MultipleDataSourceReport.aspx
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-subreports.htm
121 Points
52 Posts
Mar 07, 2012 12:42 PM|vckreddyece|LINK
Do you want to load each RPT file one at a time based on the params?.
Mar 08, 2012 10:00 AM|srm2009|LINK
I have radiobuttons, based on which one is selecetd ,I want .rpt file with respected table shld display in the same crystalreportviewer.
Mar 08, 2012 11:46 AM|Inayat Rasool|LINK
So it means you are talking about one report each time depending on the selected event of Radio button.
You can choose the regular process of displaying report depending upon selection.
Mar 08, 2012 09:29 PM|vckreddyece|LINK
Member
44 Points
193 Posts
crystalreport with paramaters not showing tables correctly
Mar 07, 2012 12:47 AM|srm2009|LINK
In my application I have two .rpt files which loads two seperate table respectively as
per the parameters coming from textboxes.I am using single crystalreportviewer in my form
and have used two reportdocument associated with respected .rpt files.but only one table data
gets displays correctly.when I try to load data from second table as per anothe parameter
it load and gets disappear and instead dialogbox is generated asking for discreteparametervalue.
why this is so?
I want to display two seperate tables in single crystareportviewer how to do that?
Thank you if anyone has answer.
Member
434 Points
279 Posts
Re: crystalreport with paramaters not showing tables correctly
Mar 07, 2012 01:17 AM|Inayat Rasool|LINK
I dont think this is possible. It could only implement one dataset/data table at one time.
You can implement the similar concept using subreports. Report inside a report which accept one data table each. Either on demand or directly display both .
ex:
http://www.c-sharpcorner.com/UploadFile/mahesh/MultipleDataSourceReport08232006225431PM/MultipleDataSourceReport.aspx
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-subreports.htm
Member
121 Points
52 Posts
Re: crystalreport with paramaters not showing tables correctly
Mar 07, 2012 12:42 PM|vckreddyece|LINK
Do you want to load each RPT file one at a time based on the params?.
Member
44 Points
193 Posts
Re: crystalreport with paramaters not showing tables correctly
Mar 08, 2012 10:00 AM|srm2009|LINK
I have radiobuttons, based on which one is selecetd ,I want .rpt file with respected table shld display in the same crystalreportviewer.
Member
434 Points
279 Posts
Re: crystalreport with paramaters not showing tables correctly
Mar 08, 2012 11:46 AM|Inayat Rasool|LINK
So it means you are talking about one report each time depending on the selected event of Radio button.
You can choose the regular process of displaying report depending upon selection.
Member
121 Points
52 Posts
Re: crystalreport with paramaters not showing tables correctly
Mar 08, 2012 09:29 PM|vckreddyece|LINK