how to set preview form's showintaskbar to be false
Posted: Mon Apr 28, 2008 4:07 pm
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
report.Render();
Stimulsoft.Report.Render.StiPreviewForm previewForm = new Stimulsoft.Report.Render.StiPreviewForm(report);
previewForm.ShowInTaskbar = false;
previewForm.Show();