Skip to content

Commit

Permalink
updated readme for #44
Browse files Browse the repository at this point in the history
updated readme for #44
  • Loading branch information
sur.la.route authored Sep 27, 2021
1 parent f6d3087 commit 489c390
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ Ported to C# from the [original VB project](http://code.google.com/p/rpttoxml/)

Download the latest [release](https://github.com/ajryan/RptToXml/releases).

Run the executable from the command line with
```sh
RptToXml.exe path/to/report_name.rpt path/to/output.xml
```

## Building From Source

RptToXml references Crystal Reports assemblies. The easiest way to get them onto a development machine is to install the Crystal Reports Runtime from an MSI downloaded from [this page](https://www.sap.com/cmp/td/sap-crystal-reports-visual-studio-trial.html).

Install the framework that works best for your OS:
Install the SAP frameworks (probably need 32-bit and 64-bit):

- SAP Crystal Reports for Visual Studio (SP##) runtime engine for .NET framework MSI (32-bit)
- SAP Crystal Reports for Visual Studio (SP##) runtime engine for .NET framework MSI (64-bit)

Run the executable from the command line with

```sh
RptToXml.exe path/to/report_name.rpt path/to/output.xml
```

## Building From Source

The solution will build with VS2012 or higher. Express editions have not been tested but should work.

Find the executable `RptToXml.exe` in ```RptToXml/bin/<where did you build to?>``` after building the solution in Visual Studio.
Find the executable `RptToXml.exe` in ```RptToXml/bin/<where did you build to?>``` after building the solution in Visual Studio.

0 comments on commit 489c390

Please sign in to comment.