How to convert SSRS 2008 Server reports to SSRS 2008 Client Reports
By : ultraxkid
Date : March 29 2020, 07:55 AM
|
Can SSRS 2008 R2 be used to edit SSRS 2008 Reports?
By : user2386350
Date : March 29 2020, 07:55 AM
Any of those help Generally, the server-side Reporting Services installation will support reports of a lower version level. However, a report will be upgraded if you open it in a higher version level. So if you want your '2008 reports to keep working on a '2008 Reporting Services installation then do not use '2008 R2 tools to edit them.
|
Grouping by a matrix depending on a value found via combination of three string columns in ssrs 2008
By : Brandon Spears
Date : March 29 2020, 07:55 AM
I think the issue was by ths following , I have a matrix in ssrs 2008 like: , Your Total column expression should be: code :
=IIF(type1 <> "normal", 1, 0) + IIF(type2 <> "normal", 1, 0) + IIF(type3 <> "normal", 1, 0)
|
SSRS 2008 will not load when using firefox XML Parsing Error: no element found Line Number 1, Column 1:
By : Ganapati
Date : March 29 2020, 07:55 AM
seems to work fine Type about:config in the address bar [press return/enter] In "Search" type negotiate Find network.negotiate-auth.trusted-uris and double click Type in your SSRS server http://[mySSRSserver] and click OK Restart Firefox and http://[mySSRSserver]/Reports/Pages/Folder.aspx should load, you might also have to add the value to network.negotiate-auth.delegation-uris
|
SSRS 2008, custom dll, file not found
By : wirtaw
Date : March 29 2020, 07:55 AM
this one helps. Here is the actual correct answer.. I've had to fight with this twice now and did not document it well enough the first time thinking it was a one-time thing. Putting it in the SQL Server Bin folder is for the server. for DEVELOPMENT put a copy in the Visual Studio folder,
|