How to compile a report variable from code?
Posted: Tue Feb 21, 2012 6:27 am
Hi all!
I would like to pass a value from my code to a variable in my report. I use the following code but it seems not work:
How can I do?
Thank you very much!
I would like to pass a value from my code to a variable in my report. I use the following code but it seems not work:
Code: Select all
DirectCast(report.Dictionary.Variables("Totale"), StiVariable).Value = CDbl(lblImporto.Text)
Thank you very much!