Dynamic columns in C# rdlc report
Posted
by
Mugume David
on Stack Overflow
See other posts from Stack Overflow
or by Mugume David
Published on 2011-02-13T16:41:18Z
Indexed on
2012/09/21
21:39 UTC
Read the original article
Hit count: 170
Suppose I have a report that lists employees (as rows) with their respective taxes charged (in columns). It is possible for a new tax to come up. Since my rdlc report file is currently designed (from XML of-course) to statically generate the coulumns. A future shift in events will need me to alter the rdlc file and add in a new column. how can i do this dynamically. I intend to avoid opening the rdlc file and adding XML code.
© Stack Overflow or respective owner