reports not reading datasets

Stimulsoft Reports.WEB discussion
Post Reply
pier
Posts: 27
Joined: Wed Jun 15, 2011 4:58 pm
Location: Mexico

reports not reading datasets

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

reports not reading datasets

Post by HighAley »

Hello.

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

Thank you.
pier
Posts: 27
Joined: Wed Jun 15, 2011 4:58 pm
Location: Mexico

reports not reading datasets

Post by pier »

Thanks Aleksey

I have already submitted the files to support.

When do you think I'll have an answer?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

reports not reading datasets

Post by Alex K. »

Hello,

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

Thank you.
Post Reply