How to set color of pie slice though some expression or code?
Hi,I'm using 3D pie chart to show the following data which I'm retrieving from the query.StatusColorValueGreen10Yellow50Red37Gray3Please note that status colors are fixed i.e. there will be only four...
View ArticleSwitching Reporting Services from Native to Sharepoint Integration mode -...
When I try to switch from native to Sharepoint Integration mode in the Reporting Services Configuration manager, I never get the option to change from Native mode. It always appears to be a forced...
View ArticleCredentials in Reporting Services??
I have created several reports in SQL Server 2005 reporting services and I am viewing those reports in my C# application using a report viewer control. I want to pass the credentials for each report...
View ArticleSQL Server Express 2012 - Passing report parameters in URL does not work
Does anyone know how to pass report parameters in URL for SQL Server Express 2012? SQL Server Express 2008 works well.I tried the...
View ArticleBarcode (font) in SSRS 2008 R2 Reports
Hi, We're using ReportBuilder 3.0 to build SSRS 2008 R2.Now, in my report I want to add a barcode (type EAN-13). I found a font (.TTF) that translates the number in a barcode with that number below,I...
View ArticleMissing the option to select Indicators in SSRS 2008r2
I do not have the option to select "Indicators" from the toolbox and I need them.. How can I get them?I have followed these steps from another forum:If the version of Reporting Services is 2008 R2,...
View ArticleAfter creating a group total and report total row I lost my report header and...
After creating a group total and report total row I lost my report header and column headers for all pages except page 1.I have tried setting the "Repeat header rows on each page" and "Repeat header...
View ArticleAny way to eliminate null rows in a matrix?
Any way to eliminate null rows in a matrix? I have an iif statement in the expression and return a null if the condition is not met. This is causing null rows for each month and too much white...
View ArticleHow Can I Toggle the Invisibility of Children Column Groups?
I'm creating a report that shows test results of a student's ACT Composite score, along the the results of the categories English, Math, Reading, and Science. What I would like is for the report to...
View ArticleThis is regarding URL Access in RS 2012
DSU and DSP are not present in the MSDN documentation for URL access in SQL Server 2012 (there is an outside chance I missed, if so my apologies). Are they still valid for SQL Server RS 2012?mysorian
View Articlesorting X Axis Record in custom formate in SSRS Chart
I am ussing SSRS 2008 for making chart report,I have one column name Project_State and value is in these filed like"Complete""OnHold""In-progress"when i am using this project state as group series in...
View ArticleHow can I create a web interface that displays REports from SSRS
I want to create a BI Dashboard using SSRS. I want to create a web interface that interfaces with SSRS and displays the list of reports , options to manage the reports. and view the reports in multiple...
View ArticleMerging two different data sets using a common column to generate a SSRS...
Hi..I a trying to generate a report using SSRS. I have got two datasources. One as SQL Database and the other as XML.I have created two datasets with the above mentioned data sources. These two...
View ArticleHOW TO SHOW MULTIPLE LEVELS IN ONE CHART
I HAVE 3 LEVELS LIKE CATEGORY----->SUBCATEGORY-----> PRODUCTMY REQUIREMENT IS WHEN I CLICK ON CATEGORY IWANT WHT ARE THE SUBCATEGORIES UNDER THAT CATEGORY AND WHEN I CLICK ON SUBCATEGORY I WANT...
View ArticleAutorefresh error missing session
Hello,a report fell into error this night. I think the session in ReportServerTempdb Db has been deleted.The report is a monitoring report with an autorefresh property set to 30s. We first deploy it...
View ArticleNeed some help on SSRS Report
I have the following SQL syntax. I ran the SQL in SQL Server Management Studio and it ran successfully. I created the dataset by copying the SQL into my SSRS report within the Datasets.When I preview...
View Articlecreating a pie chart takes too long
I have this same question in the "SQL Server Data Tools" forum also, but thought I should move it to the SSRS forum.Why does creating a pie chart take so long?I have a stored procedure that returns one...
View Article#Error when no data returned by Query+SSRS
Hi all, am trying to display Calculated field in Textbox expression =IIF(CountRows()>0,"There are a total of "+Sum(IIF(IsNothing(Fields!abc_Age.Value),0,IIF(Fields!abc_Age.Value >...
View ArticleSSRS 2008 Report Context Menu not visible in Report Manager
Hello AllEnvironment Windows Server 2008 R2 Ent SSRS 2008 R2 IE 7, 8 and 9SSRS 2008 R2 Report Manager usually has a Drop-Down/Context Menu next to reports that contains options for "Subscriptions"...
View ArticleNumber format to show thousand (k)
Hi, i want to format the number in the textbox in thousand unit.For example,1000 -> 1k510000 -> 510kCould anyone help me build the expression for the number format to achieve this ? Thanks,
View Article