These methods are only necessary if you want to modify rendered report before showing. In other cases, the web viewer himself makes these actions.
Also, in this example, we tested the following code:
Code: Select all
report.Compile();
report.RegData(data);
report.Render(true);
StiWebViewer1.ResetReport();
StiWebViewer1.Report = report;
But in your case, the Render() method is not needed.
Thank you.