Zips the XML report file and all the external files referenced by the report file to a zip file with the extension ".rxzlog".
| C# | Visual Basic | Visual C++ |
public static void Zip( ReportEnvironment reportEnvironment, string targetDirectory, string zipReportFileName )
Public Shared Sub Zip ( _ reportEnvironment As ReportEnvironment, _ targetDirectory As String, _ zipReportFileName As String _ )
public: static void Zip( ReportEnvironment^ reportEnvironment, String^ targetDirectory, String^ zipReportFileName )
- reportEnvironment (ReportEnvironment)
- Active report environment.
- targetDirectory (String)
- Directory to save zipped XML report file in. If null or empty, CurrentDirectory is used.
- zipReportFileName (String)
- Name of the zipped report file. The ".rxzlog" extension is added by default.
