https://github.com/dmester/extract-rdl-images
Tool for extracting embedded images from SSRS .rdl report files.
https://github.com/dmester/extract-rdl-images
Last synced: 3 months ago
JSON representation
Tool for extracting embedded images from SSRS .rdl report files.
- Host: GitHub
- URL: https://github.com/dmester/extract-rdl-images
- Owner: dmester
- License: apache-2.0
- Created: 2017-12-28T12:05:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T19:21:03.000Z (over 8 years ago)
- Last Synced: 2025-01-26T20:32:57.161Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extract RDL Images
In SSRS reports it is possible to embed images that can be used within the report. However once
embedded, it is not possible to extract the images from Report Builder. This tool consist
of a single binary of 30 kB that is able to extract embedded images from SSRS `.rdl` report files.
## Download
Just want to use the tool without having to clone the repo and building the source yourself?
**[Download latest binaries](https://github.com/dmester/extract-rdl-images/releases/download/1.0.0/ExtractRdlImages.exe)**
Requires .NET Framework 4.0 or later
## Usage
The tool can be operated in the following ways:
* Execute the tool and drag the `.rdl` files onto the tool main window.
* Drag a `.rdl` file onto the tool executable.
* Open the tool and click the *Install* button. Now you can right click the `.rdl` file
and select *Extract embedded images* from the context menu.
No matter what way you choose the tool will create a subdirectory with the same name as the
report file, where the extracted images will be placed.
## Uninstall the tool
If you choose to install the tool, it can be uninstalled by either execute the tool and click
the *Uninstall* button, or by using Windows Control Panel.