Painting issue at the time of preparing the report.
Posted: Mon Oct 15, 2007 11:30 pm
There is small painting issue of progressbar at the time of generatig report. I can send you a screenshot.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
private void OnRendering(object sender, EventArgs e)
{
lbStatus.Text = ((StiReport)sender).StatusString;
Application.DoEvents();
}
report.Compile();
report.CompiledReport.Rendering += new EventHandler(OnRendering);
report.Render(false);