'Report server data driven subscription render format
We are using data driven subscription for reports. Reports with PDF as attachment is working, but reports with Excel as attachment is not working.
Solution 1:[1]
Use EXCELOPENXML as the render format for Excel. This works for me with Data Driven subscriptions.
The EXCELOPENXML extension defines the Excel renderer for current (.xlsx) Excel files. The EXCEL extension defines the Excel 2003 version. Visible = "false" indicates the Excel 2003 renderer is hidden.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
