Skip to content

AltarBeastiful/RptToXml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RptToXml

Dumps a Crystal Reports RPT file to XML. Useful for diffs.

Binary releases available on the Releases page.

Ported to C# from the original VB project

Building

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. The most recent support pack of Crystal Reports 13 should work.

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

Running

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

Run the executable from the command line with

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

About

Crystal Reports to XML converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%