PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Dynamic column creation - Crystal report

Reply

Dynamic column creation - Crystal report

 
Thread Tools Rate Thread
Old 13-12-2005, 06:16 AM   #1
ShiTvm
Guest
 
Posts: n/a
Default Dynamic column creation - Crystal report


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


  Reply With Quote
Old 13-12-2005, 11:39 AM   #2
dilish.daniel@gmail.com
Guest
 
Posts: n/a
Default Re: Dynamic column creation - Crystal report

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

  Reply With Quote
Old 13-12-2005, 02:43 PM   #3
ShiTvm
Guest
 
Posts: n/a
Default Re: Dynamic column creation - Crystal report

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
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off