Dynamic column creation - Crystal report

S

ShiTvm

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
 
D

dilish.daniel

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
 
S

ShiTvm

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top