Problem with dictionary Variables, Why?

Stimulsoft Reports.NET discussion
Post Reply
jpascual
Posts: 68
Joined: Mon Jul 12, 2010 6:45 am
Location: Palencia

Problem with dictionary Variables, Why?

Post by jpascual »

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();
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Problem with dictionary Variables, Why?

Post by Alex K. »

Hello,

Please send us a simple test application which reproduces the problem.

Thank you.
Post Reply