Overload | Description |
---|---|
DownloadFilesAsync(String) | Downloads all files of the report from the server and saves them in the specified directory. Please note that some reports may have subdirectories. |
DownloadFilesAsync(String,CancellationToken) | See DownloadFilesAsync(String). This overload allows you to specify a cancellation token which may be used to abort the download process. |