public static void ListFolders() { HomeFolderListing = new List<string>(); ReportingServiceSoapClient rs = new ReportingServiceSoapClient();
I have use SSRS 2008 before installing SharePoint 2010. I dig around th开发者_Go百科at there is a way to switch the mode from native to sharepoint integration but the question now is when i did my swi
I am developing an SSRS 2008 report开发者_JAVA百科.I created a tablix, however, when I view this report one of the rows has zero entries.This row is not showing in the output.How can I make it show re
Say I have 3 Chart Series A,B,C of Dat开发者_StackOverflow社区a onsingle Chart Normally When I apply filter on Category Group CG ,the filter takes affect on all 3 series A,B,C .What I need is someway
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开发者
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
Is there a way to create book of reports by merging many rdlc reports into one large pdf in .net framework.
I\'m currently working on a report to display the number of cons开发者_开发百科ented patients by disease group and my column titles aren\'t displaying for every column. For whatever reason, they are a
I need to display data based on a condition. In that condition I need to check if a date is present ina datecolumn and display the data if yes and empty string i开发者_StackOverflowf no. Here\'s my ex