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
In my SSRS report, I have a start date and an end date as two of my parameters.I have others as well, so the 开发者_如何学运维start and end date can be NULL.However, I would like to make sure that if
I got a problem with reporting services, running local rdlc files on the 2005 version. I have in the HTML a report viewer set to run locally as follows :
I\'ve got a table(concepttable) w开发者_如何学Chich has stored emotions in conceptname column such as happy sad etc. Users can add more emotions in it via asp web form.
I am new to SSRS and I am creating a Drill Down report. This report is comparable to a sales report by loc开发者_如何学编程ation. Let\'s say Country - Region - City with subtotals for each group.
I added a column to my DataSet and refreshed it in the report designer.All shows up as expected.Added it to my report, ran the app, but no values are displayed for the column; it\'s just blank.If I tr
follow this to add my webservice: http://msdn.microsoft.com/en-us/library/ms154052%28v=SQL.90%29.aspx http://server/reportserver/ReportService2005.asmx?wsdl
I have an application with Report viewer connected to a remote SSRS. This week , there was a change in my company and the SSRS server was migrated to another domain. Since then, I am not able to get t
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