SSRS get meta data of remote report
问题 How can I retrieve the meta data such as Description, Modified/Create Dates etc from a Remote SSRS report. The report itself displays no problems in the ReportViewer control on the aspx page so I can access the report... there doesn't seem to be any properties for those values in the .ServerReport object... thanks heaps! 回答1: There are a couple of ways, one way is to add a web reference to the web services interface of your reporting server and call the GetReportDefinition method. more