I can not invoke a rdlc Report Nor Crystal Report on Asp.net

0

I apologize for the inconvenience that I am still new to I am but I need your help I am trying to show a web report on asp.net from vb, but I have not achieved it because the report can not be called from a Method or of a class I can not pass values as parameter Here I leave my script.

    
asked by Federico Meza 16.10.2018 в 18:27
source

1 answer

0

I enclose the way you work reports of

Dim rpt As New rptNombreDelReporte
rpt.SetParameterValue("@Parametro", "ValorParametro")
CrystalReportViewer1.ReportSource = rpt

I hope it helps.

    
answered by 20.10.2018 в 19:25