I inherited a SQL Server 2005 installation with some .htm files, which I basically disappeared as Need to remove Is it possible to do this?
It is not certain what "some .htm files" mean. If they are created as part of the SSRS report, then yes, you can get the entire .rdl (Report Definition Language) which is the definition of the structure of the report.
In some circumstances, an SSRS author can add additional files to be called from the report (such as a style sheet or image.) They are stored in the file system on the server, usually the reporting service In directories:
Learn more about the details of what you are looking for ... Jamie F
Comments
Post a Comment