Buenas, estoy empezando con reportviewer ya hice un reportprueba y solo me sale un registro, y cuando trato de exportar a PDF o EXCEL no hace nada
Codido
Striginsert = "SELECT * from Siniestro"
Dim Rds As New Microsoft.Reporting.WebForms.ReportDataSource("Dat aSet3_DataTable1", customer.readtable(Striginsert))
ReportViewer1.LocalReport.DataSources.Clear()
ReportViewer1.LocalReport.DataSources.Add(Rds)
ReportViewer1.LocalReport.ReportPath = "C:\Inetpub\wwwroot\AJAXconnection\Report1.rdl c"
ReportViewer1.DataBind()
ReportViewer1.LocalReport.Refresh()
Donde esta el desastre.???
Uso Visual estudio 2005 con sql 2005, sera la versión o realmente me falta algo o hay un error.
Y todavía NO he realizado prueba en Internet
Gracias