Page 1 of 1

reports not reading datasets

Posted: Tue Sep 27, 2011 7:13 pm
by pier
I don't know why... the report is always reading the xml I configured in the designer, instead of reading the xml I configured in the asp.net code.

I've tried using many different combinations but nothing works.

Code: Select all

	report.RegData(dataSet)
	StiWebViewer1.Report = report

Code: Select all

	report.RegData(dataSet)
	report.Dictionary.Synchronize()
	report.Render()
	StiWebViewer1.Report = report

Code: Select all

	report.Dictionary.DataSources.Clear()
	report.RegData(dataSet)
	report.Dictionary.Synchronize()
	report.Render()
	StiWebViewer1.Report = report
Any ideas?

reports not reading datasets

Posted: Wed Sep 28, 2011 7:56 am
by HighAley
Hello.

Please, send a sample project to support@stimulsoft.com to reproduce your issue.

Thank you.

reports not reading datasets

Posted: Wed Sep 28, 2011 5:19 pm
by pier
Thanks Aleksey

I have already submitted the files to support.

When do you think I'll have an answer?

reports not reading datasets

Posted: Thu Sep 29, 2011 2:08 am
by Alex K.
Hello,

Thank you for sent files.
We let you know about the result.

Thank you.