Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/10/2010, 14:14
chuchufuentes
 
Fecha de Ingreso: mayo-2008
Mensajes: 353
Antigüedad: 16 años, 7 meses
Puntos: 3
reportviewer 1 registro y no exporta

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