Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1090
STAThread
posted

Hi, using ReportViewer on a WinForm I'm getting this exception:

The calling thread must be STA, because many UI components require this.

on the call to:

this.ultraReportViewer1 = new Infragistics.Win.UltraWinReportViewer.UltraReportViewer();