hola soy yo de nuevo.
necesito saber como puedo hacer un reporte(crystal report) sin necesidad
de usar datasets tipados ni wizards. tengo el siguiente código pero no me funciona...
Dim miReporte As New ReportDocument
Dim strPath As String
strPath = Server.MapPath(
"hojadelectura.rpt")
miReporte.Load(strPath)
miReporte.SetDataSource(mGestorHojadelectura.DTItinerario.Tables(0))
CRVHojalectura.ReportSource = miReporte
CRVHojalectura.DataBind()
les estare muy agradecido si me ayudan...