I using Win. XP (T. Chinese Ver.) & VS 2005 and VB programming.
I put Telerik ReportViewer Control (Reg. Version) from ToolBox to a blank Form (first use Telerik Reporting).
An erorr message is displayed:
Cannot Create 'ReportViewer'. Error Message :
'System.NullReferenceException: : Object reference not set to an instance of an object.
at Telerik.ReportViewer.WinForms.WinViewer.UpdateScrollSize()
at Telerik.ReportViewer.WinForms.WinViewer.OnSizeChanged(EventArgs eventArgs)
at System.Windows.Forms.Control.UpdateBouns(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBouns(Int32 x, Int32 y, Int32 width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.PerformA...'
I try to download trial version of Telerik Reporting (2009 Q2) for testing.
The result is same.
If I create ReportViewer By Code :
Dim rv1 As New Telerik.ReportViewer.WinForms.ReportViewer()
(Error message) => NullReferenceException was unhandled : Object reference not set to an instance of an object.
Please help !!
Thank you very much !!
I put Telerik ReportViewer Control (Reg. Version) from ToolBox to a blank Form (first use Telerik Reporting).
An erorr message is displayed:
Cannot Create 'ReportViewer'. Error Message :
'System.NullReferenceException: : Object reference not set to an instance of an object.
at Telerik.ReportViewer.WinForms.WinViewer.UpdateScrollSize()
at Telerik.ReportViewer.WinForms.WinViewer.OnSizeChanged(EventArgs eventArgs)
at System.Windows.Forms.Control.UpdateBouns(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBouns(Int32 x, Int32 y, Int32 width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.PerformA...'
I try to download trial version of Telerik Reporting (2009 Q2) for testing.
The result is same.
If I create ReportViewer By Code :
Dim rv1 As New Telerik.ReportViewer.WinForms.ReportViewer()
(Error message) => NullReferenceException was unhandled : Object reference not set to an instance of an object.
Please help !!
Thank you very much !!