PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Dynamic column creation - Crystal report
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Dynamic column creation - Crystal report
![]() |
Dynamic column creation - Crystal report |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I have to create a crystal report in windows forms. I create a temporary table to bind data with crsytal report and it works fine. Now I have to create a report containing columns and rows coming dynamically. That is column and row information cannot be determined at design time. What is the best possible way to achieve the same.. Regards Shibu |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi,
There is a 'supress' method for all the Fields that you place on yout crystal report.I think that cn be used to show or hide data at run time.But as far as hiding the entire column is concerned it will take a lot of code required to do that.. Rgds Dilish |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi Dilish,
May be I explained my problem wrongly.. Actually I want a report with dynamically growing column. I wont be able to know the columns , their name or value at design time. Eg:- The DataTable might contain columns user1, user2, user2 with values USER1, USER2, USER3 ... 1 34 2 23 20 4 3 10 26 .... Any other suggestion? Shibu <dilish.daniel@gmail.com> wrote in message news:1134473960.281417.114870@g44g2000cwa.googlegroups.com... > Hi, > > There is a 'supress' method for all the Fields that you place on yout > crystal report.I think that cn be used to show or hide data at run > time.But as far as hiding the entire column is concerned it will take a > lot of code required to do that.. > > > Rgds > > Dilish > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

