Forum Discussion
Impressão
Existe a possibilidade de configurar o report builder para imprimir um relatório automaticamente ??
Hi Silvio_Jesus94 ,
Thanks for raising query on Microsoft fabric Community Forum.
BhavinVyas3003 Thanks for you prompt response. In addition to that,
you can refer below links related to report builder :
https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/print-a-report-report-builder-and-ssrs?view=sql-server-ver17
https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/print-reports-from-other-applications-report-builder-and-ssrs?view=sql-server-ver17If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!
5 Replies
- BhavinVyas3003Super User
Report Builder itself doesn't support automatic printing, but you can achieve it using these methods:
- SSRS Scheduled Subscription + Script:
Schedule the report to export as PDF to a folder, then use a PowerShell script to auto-print it. - .NET App with SSRS API:
Use the SSRS Web Service to render and print the report via a custom application. - Power Automate (if using Power BI/Fabric):
Automate report generation and printing through connected flows.
- v-aatheequeCommunity Support
Hi Silvio_Jesus94 ,
Thanks for raising query on Microsoft fabric Community Forum.
BhavinVyas3003 Thanks for you prompt response. In addition to that,
you can refer below links related to report builder :
https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/print-a-report-report-builder-and-ssrs?view=sql-server-ver17
https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/print-reports-from-other-applications-report-builder-and-ssrs?view=sql-server-ver17If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!
- v-aatheequeCommunity Support
Hi Silvio_Jesus94 ,
we haven't heard back from you regarding our last response and wanted to check if your issue has been resolved.
If our response addressed your query, please mark it as Accept Answer and click Yes if you found it helpful.
Should you have any further questions, feel free to reach out.
Thank you for being a part of the Microsoft Fabric Community Forum!
- SSRS Scheduled Subscription + Script: