How can we use toPrecision() method in SSRS?
// Example: toPrecision(4) when the number has 7 digits (3 before, 4 after) // It will round to the tenths place num = 500.2349; result = num.toPrecision(4); // result will equal 500.2// Example:...
View ArticleSSRS2008 Line Chart with Markers - Removing Category Group makes the the...
See Image below. When I remove the "FiscalyearQuarter" field from the Category Groups and then rerun the report, the series no longer displays. I've looked all over the chart properties but cant find...
View ArticleHow to use shaefiles in powerview reports(sharepoint environment)
Hi Is there a way to use Shapefiles with Powerview 2012 maps similar to Reporting Services?
View Articleusing Err.Raise in SSRS 2008
Hi bro !!! Now i want to custom validate for some field by using Err.Raise. I code in code tab(report property): Collapse | Copy Code Public Function CheckDate(StartDate as Date, EndDate as Date) as...
View ArticleMessage popup in preview screen SSRS
Hi bro !!!When i view report in preview screen SSRS, if any field is blank, it will display dialog message.I want to customize validate format date same it.Now i am using display message in content...
View ArticleIssue with Indicator images not displaying in gauge panel in UAT enviro,...
We developed a couple of reports using SSRS 2012. These reports have stateindicator control (indicator is within the Gauge panel) to display the status of the goals having indicator style mapped to...
View ArticleLooking to create average rating over daily, weekly, monthly, MTD, quarterly,...
I am very new to SQL Server and I am attempting to create span criteria for surveys about our company which will spit out an average depending on the date span given. The detail from the surveys...
View ArticleIFF systax help please
Is this works in SSRS? If need to put an expression in TextBoxMy requirement is like IF Field value A = USA then SUM(Field B) - SUM( Field C )Else Field E - SUM(Field...
View ArticleUsing CountRows in Code window (in Report Properties)
Hi,Has anybody had some success in using something like CountRows("MyDataset") in Code window (in Report Properties)?SSRS doesn't recognize it.Thanks.Remember to mark as an answer if this post has...
View ArticleCannot format SSRS Report Secondary/Primary Axis Labels Per Requirements
Using Report Builder and Visual Studio 2008 Report Builder I cannot format the Primary and Secondary Value/Y-Axis of a bar chart so that the value of the label is under the major tick, as in the screen...
View ArticleSSRS 2005 Page Break
I have a report that looks perfect in Internet Explorer. If you export it to PDF it also looks as expected. If you print the PDF it comes out as expected. If you print from BITS it comes out as...
View ArticleSearch for report having parameter "Product"
HiWe have nearly 500 reports in our report manager. Now I have to identify the reports that are using parameter "Product". What is better way to identify these.Royal Thomas
View ArticleHeader Hidden Expressions
I have 3 rectangles in the header of my report. Each rectangle has a different logo that is suppose to show when the expression is true. I have the functionality of the hidden expressions. However,...
View Articleneed help with ssrs 2012 export to MSWord
my reports are designed inside tablix, and they look good online but once exported to wordthe text just get a left align and with an mere 2/3 words per line, i switched to ssrs 2012 and after looking...
View ArticleUsing a report definition without a database query
Our system generates a .NET List object of what we want to report. Can we pass that list to a report definition and get a pdf file stored someplace directly?We do not need the report to run a database...
View ArticleReport parameter not displaying Available Values
I have a SSRS 2008 R2 report with several parameters. The parameters all have Available values and Default values from datasets. One of the parameters is not displaying any data, but when you expand...
View ArticleSQL 2012 SP1 CU4 : Bug: PowerView behavior changed between SP1 & SP1 CU4
Hello,After upgrade to CU4, we found previous sharepoint PowerView show such error : sorry, we can't show your data because closely related fields are on different axes.The PV based on Tabular is...
View ArticleReportViewer - Failed to export data
Hi,I use ReportViewer control (ReportViewer version: 2010 SP1) with LocalReport option (using .rdlc files) to display reports in my project. When export data in ReportViewer control to Excel file, I...
View ArticleHow to avoid prompting User a Login Window when accessing to Report Viewer...
Here are the steps of scenario: 1. After logging in on Login page https: //myComputerName, the user will be redirected to the following Report web form application (C#).2. click [ Review Report ]...
View ArticleSSRS reports
How to hide table header when export to excel . I am using sql server 2008.
View Article