It is possible to add columns dynamically in crystal report?
In my case, I'm have a table in SQL Server 2008. From that table I've to generate report. The Report Header should be the row values of the Table. The Row value will vary every month.
For Example, In January Month, it'll have 5 Rows, In February Month, it'll have 4 or 6 Rows, etc..,
According to the Selection of the month, the Report Column should Change.
It is possible to do?