Forum Discussion
Custom Rendering Extension in Power BI Report Server
- 1 year ago
Hi Vishal-Sepaia_m ,
Power BI Report Server does not support custom rendering extensions, unlike SQL Server Reporting Services (SSRS). This limitation is the reason behind the following error:
rsRenderingExtensionNotFound: You have attempted to use a rendering extension that is either not registered for this report server or it is not supported in this edition of Reporting Services.Workaround Options:
Use the built-in export formats (e.g., CSV, Excel, PDF).
Perform any required custom formatting (such as converting CSV to tab-delimited) externally using PowerShell, C#, or other tools.
If custom rendering extensions are essential to your use case, consider hosting your .rdl reports in SQL Server Reporting Services (SSRS) 2019 or 2022, which does support custom rendering extensions.
Note: While modifying RSReportServer.config and deploying custom DLLs works in SSRS, it is not supported in Power BI Report Server 2022, even though the folder structure and configuration files appear similar.
Hi Vishal-Sepaia_m,
Power BI Report Server does not support custom rendering extensions like SQL Server Reporting Services (SSRS) does. This limitation causes the rsRenderingExtensionNotFound error when trying to register custom exporters.
To work around this:
Use the built-in export formats (CSV, Excel, etc.).
Perform any custom formatting (e.g., converting CSV to tab-delimited) externally with scripts or tools.
For full custom rendering extension support, consider using SSRS instead.
Modifying RSReportServer.config and deploying custom DLLs works in SSRS but is unsupported in Power BI Report Server 2022.
If this helped you, kindly give me kudos and mark my reply as the solution. Thanks!
Best regards,
Jainesh Poojara