I am building an application and the client is asking for reports. Normally we would create the reports for them using reporting services. We are wanting to give the client report builder and let the开
i am using SSRS 2008 and currently I am facing wordwrapping issues. In report I am placing a table and some 6 columns.
I have following structure: Col1 Col2 Col3 --------------- FPR1 FPR2 FPR3 FPR开发者_Go百科4 Col3 values can be anything.Now I want, in following format, only the top 3:
I have a SSRS R2 report built and it works fine on the preview tab but when I try to deploy the re开发者_Python百科port to the report server I get the following error:
Does anyone know how to convert开发者_如何学JAVA a template created in SSRS 2008 to be deployed to SSRS 2005 Server?You cannot run a 2008 report on a 2005 server.I have heard that there are tools that
How can I set up a Matrix on a Reporting Services 2000 report so that the last column is a sum of the开发者_StackOverflow中文版 values of the row?
Does anyone have a clue what this SSRS error means?the only thingi found on google say to upgrade to sp1, but i\'m already on sp1.I have a report 开发者_运维百科that generates this error when i run th
Once again the SSRS security wall has hit me. I did a fresh SSRS 2008R2 install. I created a separate account (ssrs) on my box to access SSRS-related services.
In SSRS 2005 we have a query in a dataset and the query filters on a certain value which happens to contain an @. Eg: select * from test where testfield = \'@LC\'. SSRS thinks this value s开发者_运维知
Is it possible to deploy a custom assembly to a location 开发者_开发百科other than the Reporting Service\'s bin directory?