Load Report Failed CR vb.net

0

In a system to print reports of crystal report automatically (without preview) on my computer works perfect but when installing the publication on another computer throws the error "Load Report Failed" the report believes it on the same vb .net therefore I never put a route the report the full and a dataset with datatable, the code I have is this

  Dim rpt As New reporte_ot_produccion
  rpt.SetDataSource(DS.Tables("DT"))
  rpt.PrintToPrinter(copias, True, 0, 0)

That way I call it, fill it and print it directly, apparently when publishing the report it is not copied and therefore can not find it, how can I give it the route, either copied at the time of installing the application or redirecting it to a server ??

Thanks in advance

    
asked by Toymaker 26.06.2018 в 23:56
source

0 answers