Hi,
When I try to run this code
Dim report As New RadGridReportingLite.RadGridReport("MyGridReport")
report.AllMargins = 1
report.FitToPageSize = True
report.RepeatTableHeader = True
report.ReportFormShow(Me, Me.rgChaserDash)
report.reportFormShow is not recognized. I get the error :
Error 7 Reference required to assembly 'Telerik.WinControls.GridView, Version=2010.2.10.713, Culture=neutral, PublicKeyToken=5bb2a467cbec794e' containing the type 'Telerik.WinControls.UI.RadGridView'. Add one to your project. C:\mimouch\myproject\page1.aspx.vb 524
Any help plz
thanks
Go to the complete details ...