Using an Expression for Maximum Date range Report Builder 3.0
I have a range of dates on one record on changes that were made. I need to filter by the latest, most current date on each record, using an Expression on Report Builder 3.0. Any help or suggestion...
View ArticleSSRS 2008R2 BIDS/VS cannot deploy reports to SharePoint
SSRS 2008R2 BIDS/VS cannot deploy reports to SharePoint. Not sure what I am doing wrong, but I continually get prompted for user name and password... I can browse to the site/doc lib fine in IE on...
View ArticleReport Builder In Team System - Include images that uses web services?
Hi all,Im using TFS 2012 and Report Builder 3.0.So the short story, im trying to add images that uses webservices to resolve the image location like as...
View ArticleSorting in SSRS 2005
Hi,I am using SSRS 2005 and need some input on below scenario:I have created one report parameter , for ex., @Param and I am assinging some hard coded values to it for ex., AB, CD, EF...Now when we...
View Articlepercent stacked chart exceed 100 percent
hi,percent stacked chart in ssrs exceeding 100is percent stacked chart is rounding ?can i write custom expression in series label without rounding (ex: 66.67 % as 66.66%) in series labelits urgent...
View ArticleERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and...
Hi,Am using SQL Server 2008 R2 and my Database is MYSQL 5.5.33,I Created on System DSN for connecting Mysql Database,See here in my local machine works everything fine on to view the reports,When i...
View ArticleReportBuilder and ReportViewer fetching wrong data if date formats on server...
On the Server and Client I have set the Region and Language Format to English (United States) and changed Short date format to "dd/MM/yy". After that created report which is accepting start date and...
View Article'Microsoft.ReportingServices.ProcessingCore'
Hi allI'm getting error at report manager.An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online HelpCould not load file or assembly...
View ArticleCalling SSRS 2008 R2 reports from Report viewer control of ASP.NET 2.0
Hi,I am actually tryingto call the SSRS 2008 R2 reports from ASP.NET 2.0 reportviewer control.I am using the following line to connect with the reports server:"...
View ArticleIs it possible to create a subreport that fetches data from 2 different views.
Is it possible to create a SSRS subreport that fetches data from 2 different views.I want to create Subreport in SSRS. The Master report has to fetch data from View1 and the Subreport has to fetch data...
View ArticleReporting Services Error after Interactive sorting and drill down in pps
Hi i have a report that has a drill down option that shows all workgroups within a specific parent group and an interactive sorting ass well on both columns parent group & workgroup This is...
View ArticleReport Builder Grouping issue
I am building what at first glance appears to be a simple report in report Builder using a simple query:SELECT DISTINCT salesman, cust_id, invoice_id, dateFROM SalesI created a table with a group by...
View ArticleUsing a Variable to count rows within an array variable
Greetings,I have a 'newbie' question for getting a count on My SSRS 2012 Report.I use the logic from following variable to get an array for a couple of my report columns (Meds and Problems) which it...
View ArticleSSRS PDF fails on CVAA PDF Readability Compliance
We are using SSRS to generate invoices that are required to be CVAA compliant. And we found SSRS PDF format exported files are not tagged, which fails in any accessibility check in the first place.Will...
View ArticleCan I use a parameter for a field value in an Expression in SSRS 2008
I have an expression in an SSRS report which is as follows:=iif(sum(iif(Fields!PatientType.Value = "I",1,0))=0,0,Sum(iif(Fields!PatientType.Value ="I", CDbl(Fields!CMI.Value)...
View ArticleConvert SSRS Expressions to Code?
Hi All,I have four basic expressions I use in 200+ spots on one report. I would really like to convert these to Code (so I can store them in one spot and reference them in the report). My current...
View ArticleIssue closing excel from within Report Manager
Hi I have uploaded an excel file to our report manager so that my colleagues then can click on the file and open it and run a macro that is on the 1st page of the spreadsheet. When the macro is...
View ArticleAccess current grouping fields in report page header
I'm using SQL Server Data Tools 2012 (Visual Studio 2010) and have a multi-tab report that does a page break on each combination of SalesTerritory and ProductType. I can label the worksheet tabs of the...
View ArticleKeep Header Frozen While Scrolling
I would like the column header to not scroll off page as I am scrolling the data. I've searched online and on this forum but I haven't been successful.To be clear on what I mean, the picture below is a...
View ArticleHow to print report from URL?
I would like to format and print a SSRS 2008 R2 report via an URL. I can get the report to render ok...http://<Server...
View Article