reporting-services

Python: download a report from SQL Server Reporting Services with requests

Python: download a report from SQL Server Reporting Services with requests Question: I’m trying to get a report from SQL Server Reporting Services with the py package requests, but I’m getting the 401 error. If I access the SQL server via web, there is a pop-up asking me for user/pwd, I guess I’m failing to …

Total answers: 2

Using Python to scrape DataSet and Query data from RDL

Using Python to scrape DataSet and Query data from RDL Question: I set out today with the intent to parse an SSRS RDL file (XML) using Python in order to gather the DataSet and Query data. A recent project has me back tracking on a variety of reports and data sources with the intention of …

Total answers: 1