however If you are just exporting a nice simple graphic you can add support for exporting the JPEG formats.
- Logon to the SSRS reporting server
- Locate the rsreportserver.config and edit it
- Under the Configuration/Extensions/Render section
- Add
<Extension Name="IMAGE (JPEG)" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering">
<OverrideNames>
<Name Language="en-US">Image (JPEG)</Name>
</OverrideNames>
<Configuration>
<DeviceInfo>
<OutputFormat>JPEG</OutputFormat>
</DeviceInfo>
</Configuration>
</Extension>
- Restart the SQL reporting service
For more information see this thread on social technet
If you find this article useful please leave me a comment or click on an ad to show your support.
No comments :
Post a Comment