HI,
I have create a web class library that contient a telerik reporting,and in the same solution a have create a website project and a user control to display a telerik reporting, and for that i have put a report viewer in the user control,i have add the class library reference to the web site project
and put too :
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
If Not IsPostBack Then
Dim report As New HotelClassLibraryVb.HotelDashboard2
'report1.DataSource = MyDataSource;
ReportViewer1.Report = report
End If
End Sub
In the user control to show the telerik reporting
But it doesn't work !!?I realy wish to know why
Thankx
I have create a web class library that contient a telerik reporting,and in the same solution a have create a website project and a user control to display a telerik reporting, and for that i have put a report viewer in the user control,i have add the class library reference to the web site project
and put too :
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
If Not IsPostBack Then
Dim report As New HotelClassLibraryVb.HotelDashboard2
'report1.DataSource = MyDataSource;
ReportViewer1.Report = report
End If
End Sub
In the user control to show the telerik reporting
But it doesn't work !!?I realy wish to know why
Thankx