Hi, I have a report in c # which has 3 variables. I send the variables with the following statement and the variables have value but are not shown in the report. Why can it be?
Other times it worked without problems in VB.
report.RegData(DataSet);
StiWebViewerFx1.Report = report;
//report.Dictionary.Variables["Nom"].Value = Request["Nom"].ToString();
report.Dictionary.Variables.Items[1].Value = Request["Nom"].ToString();
report.Dictionary.Variables.Items[2].Value = Request["Value2"].ToString();
report.Dictionary.Variables.Items[3].Value = Request["Value3"].ToString();
Problem with dictionary Variables, Why?
Problem with dictionary Variables, Why?
Hello,
Please send us a simple test application which reproduces the problem.
Thank you.
Please send us a simple test application which reproduces the problem.
Thank you.