here is my probl开发者_运维问答em [Time].[Month Hierarchy].[Day].&[2006]&[2]&[26] how to parse the UniqueName above to display like this --> 2006/2/26 using mdx or expression in ssrs
I\'m planning a winform which will let the user preview a report (generated with Reporting Services) and then the user can send the report to certain persons by clicking a button in the form.
I have a stored procedure that uses table variables to create a query and runs perfectly when executing in SQL Server Management Studio.However, the column referring to this table variable does not di
I am having some issues setting up Reporting Server. I can open http://localhost/reports only when I run Internet Explorer as administrator. When I try to open it from another server, logging in开发者
I am trying to make a report in .net using c# with a table that has 2 columns. The problem is that I keep getting the same exception, which is LocalProcessingException, and occurs on this line:
Is there a maximum number of values that you can have for a parameter in SSRS 2008 R2?I ask this because there is a legacy report that was built a few years ago by an employee that no longer works wit
I have a report in SS开发者_StackOverflow中文版RS and I am trying to change the background color based on a group. I have 3 groups: YearMonth, Portfolio, and Name. I want to change the color of every
I am using SSRS 2008 and trying to calculate the following percentage in my tablix: sum(Fields!Last14Days_Ct.Value) / countdistinct(Fields!Client.Value)
I don\'t believe this is possible, but.... I\'m using SSRS 2005 and the client wants to have a page break on a data group only if that grouping and its data can\'t fit on a single page.
I have a simple stored procedure that is pulling data for a SS report. One of the columns uses only a letter for the value. I would like to spell out the word the letter represents for the report. The