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