Problem with the variable
Posted: Tue Feb 23, 2010 2:58 am
Hello
I have a report with the defined variable of type string. I use this variable to create the title of the report. The value of variable is set programmatically:
report.Item("Var") = value
report.Render()
However, once the report is rendered for the first time the value of the variable is ignored. I have debug the program and I am sure that the value of the variable is set properly.
Is is a bug or I am doing something wrong?
I have a report with the defined variable of type string. I use this variable to create the title of the report. The value of variable is set programmatically:
report.Item("Var") = value
report.Render()
However, once the report is rendered for the first time the value of the variable is ignored. I have debug the program and I am sure that the value of the variable is set properly.
Is is a bug or I am doing something wrong?