About 51 results
Open links in new tab
  1. 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.

  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. 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?

  4. 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 …

  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. python - Reading rpt files with pandas - Stack Overflow

    Reading rpt files with pandas Asked 8 years, 1 month ago Modified 2 years, 10 months ago Viewed 16k times

  7. 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.

  8. How to make Crystal Reports Page Width Larger During Design of .rpt

    13 I'm looking for a method to resize the page width Crystal Reports gives me to place fields in my .rpt file. So far I have discovered if I right click on the report, select 'design'/'printer setup', I can select the …

  9. I would like to extract the SQL queries from Crystal Report .rpt files ...

    Apr 1, 2009 · I would like to extract the SQL queries from Crystal Report .rpt files, is there a way to do this? I don't have any of the Crystal Reports products, just the .rpt files.

  10. How to read Crystal Report .rpt file using Python?

    Oct 4, 2023 · How to read Crystal Report .rpt file using Python? Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 2k times