Adding a Line to a Stacked Bar Chart in SSRS 2008
I was wondering if anyone ran into this problem - I have a standard stacked bars that displays percentage of sales for 3 categories. It works fine. I want to add a second Y axis that will have numbers,...
View Articleemail smtp bobby smalls
program.cs =using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace email_with_attach { static class Program { /// <summary>...
View ArticleHowTo call ReportService2010.SetCacheOptions() and reference a shared...
Hi, i want to programmatically set the "ExecutionOptions" as shown bellow: -Cache Report, Retire based on a shared Schedule I managed already to lookup the object of the sharedschedule and want now to...
View Articlevbtab in reporting services 2008 expression
i am trying to use tabs in reporting service 2008 expression on a particular textbox. i have tried using three tabs (& vbTab & vbTab & vbTab &) between field name and value for two...
View ArticleCombine multiple query results into single parameter
Hi, I am trying to set a parameter value as follows: =IIF(Parameters!WorkItemSystemWorkItemType.Count=2, Parameters!USIds.Value & Parameters!BugIDs.Value,...
View ArticlePowerpivot on another computer
Hi All, I am pulling VM Resource data from a csv file into powerpivot, and i create slicers and a nice powerpivot graph and all looks great. Now i would like to save this so i can give to other people...
View ArticleSSRS Monthly Report
I am new to SSRS and this may be a simple question, but it is plaguing me. Any help would be appreciated. I am designing a table report to get a count of cases worked in each month of the year, I want...
View ArticleConfigure email in SSRS 2012
Sirs: I have a new SSRS 2012 install on Server 2008. I'm trying to configure it to email reports but everything that I try fails with the same error: Failure sending mail: Unknown ErrorMail will not be...
View ArticleReportViewer alternate lines
I use the report viewer control in a windows forms application. I use a local report. How can I get alternate background colors?
View Articleinput string was not in correct format
I want to send parameter value to another report through url expression: Go to URL ="http://111.111.1.1/paceResolve.aspx?entity=fields!lpk.value" but it gives following error <<<Input string...
View ArticleAn attempt has been made to use a delivery extension that is not registered...
Hello, I'm having an issue with the Report Server I'm working on with trying to programatically set up a subscription. I have the email settings configured correctly in the configuration manager, and...
View Articledatediff error
In a calculated field of dataset I'm using following expression: =datediff("dd",fields!HitDate.value, Fields!MailDate.value) to find out the number of day between two dates but it gives an error....
View ArticleReport Server Cannot Open Connection to Report Server Database
Hi, I got consistent error of the following: ReportingServicesService!runningjobs!13!1/3/2007-10:45:21:: e ERROR: Error in timer Database Cleanup (NT Service) :...
View Articlesort dataset fields?
Hey guys I'm new to SSRS coming over from Crystal. I'm editing a report for a company that has about 50 or 60 fields in the dataset. Many of them are fairly cryptic and I'm spending more than half my...
View ArticleCount the number of rows
I want to count the number of usernames and display for each company name. I want 2 to be written in the report As highlighted I selected the option to Show Sub Totals, seems it does not work for text...
View ArticleNeed help reporting on rebort builder metadata
HI there, I am hoping to populate a table that we use for documenting reports programmatically for old legacy report, the info I would like to retrieve and populate for each report (report builder 3)...
View ArticleReport Builder 3.0, hosted Sharepoint and no Reporting Services
I wonder if this should work? I'm accessing a hosted SharePoint 2010 Foundation site collection. I therefore have no access to logs, permissions, or anything from an admin perspective. I am using...
View ArticleSSRS - Sharepoint integration mode
Hi, We have reporting services installed on sharepoint server and databases on seperate server (cluster instance). Now we are moving databases to vm. In native mode we can change connection string for...
View ArticleNeed to Create a Parameter in a subquery
I'm using SSRS 2008 and I have a report with a subquery that contains a parameter, @LocationNo. what I'm trying to do is allow a user to enter a Location Number, which is a five digit integer, and have...
View Articlehow to connect Project server database from sql server as mixed mode
Hi , I want to connect project server database created using project server 2010 , but my using mixed mode , i could not able to connect in sql server 2008 r2 , pl wat i need to do for that , pl...
View Article