Forum Discussion
Turnoff the export options
Hi Team,
We got the requimrent to turnoff the export options except excel and pdf for users in Power Bi Report server.
Could you please assist us how can we turnoff the sepcified export option.
--
Regards,
Krishna Reddy.
I assume that you are talking about the paginated report export options here.
If this is correct you can do this by editing the rsreportserver.config file on the server to remove the Rendering Extensions that you do not require.
See here from more details on how to do this https://docs.microsoft.com/en-us/sql/reporting-services/extensions/rendering-extension/removing-a-rendering-extension?view=sql-server-ver15
4 Replies
- d_gosbellSuper User
I assume that you are talking about the paginated report export options here.
If this is correct you can do this by editing the rsreportserver.config file on the server to remove the Rendering Extensions that you do not require.
See here from more details on how to do this https://docs.microsoft.com/en-us/sql/reporting-services/extensions/rendering-extension/removing-a-rendering-extension?view=sql-server-ver15
- v-henryk-mstfCommunity Support
Hi kreddy1 ,
According to your description, Report Builder to export a paginated report is an extension of the plugin. For more details, you can read related document.
So as d_gosbell said. You can edite the rsreportserver.config file on the server to remove the Rendering Extensions.
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- kreddy1Frequent Visitor
Thanks Henry, But our requirement is to limit the export options with only excel and pdf for paginated reports.
Other options should not appear when user click on export / save.
- d_gosbellSuper User
kreddy1 wrote:
Thanks Henry, But our requirement is to limit the export options with only excel and pdf for paginated reports.
Other options should not appear when user click on export / save.
I already pointed you to the documentation on how to do this by editing your rsreportserver.config file.