or
Imports System.ComponentModel |
Imports System.Drawing |
Imports Telerik.Reporting |
Imports Telerik.Reporting.Drawing |
Imports SMSDAL |
Imports System.Data.SqlClient |
Public Class PricingReport |
Inherits Report |
Private objdo As New SMSDAL.DataObject |
Public Sub New() |
InitializeComponent() |
Me.DataSource = GetMyData() |
End Sub |
Public Function GetMyData() As DataSet |
Dim mysql As String |
mysql = "Select * from users" |
Return objdo.daGetDataSet(mysql) |
End Function |
End Class |
Server Error in '/WebDemo' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.