Windows app with RDLC report. Two questions.
1. How do I reference the columns in the report when I don't know the column names?
2. How do I get a sum of columns on each row when I don't know the column names?
The data is coming from an SQL Pivot command and the column names and number of columns may vary, but never more than ten. At run time I do know the column names so I could pass them as parameters. But then how do I construct the formula for the total at the end of the row?. If I had to I guess I could sum them before the data gets to the RDLC, but that still leaves me with question # 1.
Auguy
Sylvania/Toledo Ohio
1. How do I reference the columns in the report when I don't know the column names?
2. How do I get a sum of columns on each row when I don't know the column names?
The data is coming from an SQL Pivot command and the column names and number of columns may vary, but never more than ten. At run time I do know the column names so I could pass them as parameters. But then how do I construct the formula for the total at the end of the row?. If I had to I guess I could sum them before the data gets to the RDLC, but that still leaves me with question # 1.
Auguy
Sylvania/Toledo Ohio