=== Report Class ===
The '''Report''' class creates a report via the ancient [https://docs.microsoft.com/en-us/sql/reporting-services/report-server-web-service/methods/report-server-web-service-endpoints#the-execution-endpoint SSRS ReportExecution2005 .asmx] SOAP endpoint.
While this method works fine for most use cases, for very large reports (> ~1.5 GB in our experience), the report service will stop with an error. If such a case is encountered, the other service documented below should be used instead.