Posts Tagged ‘srs’

Server did not recognize value of HTTP Header SOAPAction http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render

You will get this error with SQLSRS if you are using the ReportExection URL with webservices.
the correct URL is: http:///reportserver/ReportService.asmx

Leave a Comment

SRS 2005: Add a Page No to each Page

Adding a Page Number to a Footer
To display a page number in the header or footer of a report, create a text box in the footer and add the following expression:
=Globals.PageNumber & ” of ” & Globals.TotalPages

Comments (1)