En forma local al tratar de levantar el archivo no tengo problemas pero al enviar al servisor y hacer pruebas la aplicacion falla, asi esta definida la conecion a la base a ver si me pueden orientar un poco!!
crReporte.SetDataSource("base")
'crReporte.SetDatabaseLogon("usuario", "password")
crReporte.SetParameterValue(0, gvintParam01)
crReporte.SetParameterValue(1, gvintParam02)
crvVistaReporte.ReportSource = crReporte
crvVistaReporte.DataBind()
crvVistaReporte.Visible = True
Se los agradeceria.
Saludos