Variables not updated in printed Report
Posted: Tue Jan 04, 2011 4:21 am
Report Version: 2010.3.900
I used pre compiled reports with this code :
report = StiReport.GetReportFromAssembly(reportAssemblyCacheFileName, true);
After I load the report from the DLL, i change some Variables with report.Dictionary.Variables[“KEYNAME”].Value and report.Dictionary.Variables[“KEYNAME”].ValueObject.
The Variables are chanced successfully, but on the printed report the fields with Variables have not the new Value.
What’s going wrong??
Olaf
I used pre compiled reports with this code :
report = StiReport.GetReportFromAssembly(reportAssemblyCacheFileName, true);
After I load the report from the DLL, i change some Variables with report.Dictionary.Variables[“KEYNAME”].Value and report.Dictionary.Variables[“KEYNAME”].ValueObject.
The Variables are chanced successfully, but on the printed report the fields with Variables have not the new Value.
What’s going wrong??
Olaf