public static void getReportFileUrl() { ReportServiceClient client = new ReportServiceClient(); AuthHeader authHeader = new AuthHeader(); HeaderUtil.loadHeader(authHeader); string reportId = "0c6e5f13593e282d014397b72d63e04d"; string reportFilePath = null; ResHeader resHeader = client.getReportFileUrl(authHeader, reportId, out reportFilePath); Console.WriteLine("ReportService.getReportFileUrl(): "); ObjectDumper.WriteResponse(resHeader, reportFilePath); }