About 14,600,000 results
Open links in new tab
  1. Edit Crystal report file without Crystal Report software

    I need to modify a static text (few words) in 3 rpt files. But I dont have Crystal Reports. How can I do it? Is there a free editor or software to be able to modify a simple text of the report?

  2. How to open a rpt file as a SQL Table? - Stack Overflow

    Nov 29, 2016 · I have a rpt dump that one of my colleagues gave. I need to open this file as a SQL Table (I presume that this is possible since he generated the rpt dump from the SQL Table). How do …

  3. Convert SSMS .rpt output file to .txt/.csv - Stack Overflow

    May 10, 2012 · The RPT file is actually quite nice as it contains fixed-width columns. If you have Excel, a relatively easy way of converting the result to CSV is to open the RPT file in Excel. This will bring up …

  4. Cannot open .rpt Crystal Reports file in Visual Studio 2010

    Sep 28, 2016 · Choose open existing and browse to your .RPT file. This should force Crystal Reports to attempt to open this file in the Visual Studio based Crystal Report designer.

  5. extract raw SQL query from a Crystal Report .rpt file

    I've got an .rpt file that I did not write and can find no documentation about. I want to be able to review the SQL that is generated from this report so that I can figure out, well, what data it was

  6. Can I use Crystal Reports in Visual Studio 2022? - Stack Overflow

    Nov 28, 2021 · If anyone is having problems trying to load a .rpt file (it shows as a binary file) in Visual Studio 2022, try reinstalling SAP for Visual Studio as an administrator.

  7. python - Reading rpt files with pandas - Stack Overflow

    Reading rpt files with pandas Asked 7 years, 11 months ago Modified 2 years, 8 months ago Viewed 16k times

  8. c# - Error "No se pudo cargar la información de la base de datos" al ...

    Oct 5, 2020 · ReportDocument reporte_imp = new ReportDocument(); reporte_imp.Load("c:\\InformeResumenCuenta.rpt"); reporte_imp.SetDataSource(tarjs_imprimir); …

  9. Get rid of Crystal Report generated files in temp folder - Visual ...

    Jul 14, 2011 · Some times even though you call dispose on your ReportDocument object followed by GC.Collect() still the .rpt files in Temp folder are not cleaned up. And there is a limit to no. of .rpt files …

  10. c# - How to change a Crystal Reports datasource location ...

    Apr 4, 2017 · I'm creating a report (Crystal Reports 11 ) using SQL command from Database Expert in Visual Studio. So, the query responsible for retrieving information from database is inside the rpt file. …