SSRS Open URL Action for File Fails to Open the File
I think I've found a bug in SSRS but maybe it's a configuration issue. Has anyone else had this before? I have set up an action on a text box to open a file. ("file://somepath/test.txt"). I know the...
View ArticleBackground Image does not prints when printing report
I have a SSRS report which has a .GIF image as a background. The report shows up fine when I run the report but when I print it from report manager ,the image disappers .The image also does not show...
View ArticleTable option disabled when creating dataset
While creating a new dataset, I've noticed that the Table option (Text, [u]Table[/u], Stored Procedure) becomes disabled as soon as I select a data source for the dataset and I can't figure out how to...
View ArticleHow to Change Service Account back to "NT Service\ReportServer"
I was having problems with SSRS and though it may be a network permissions issue. I used the services control panel to change it to my account. That did not fix the issue and now the SSRS service...
View ArticleIs there a way to preview a report without it running again?
Sometimes when I am debugging a report, I want to switch back to the preview tab just to refresh my memory about what the error message says, but that causes the report to run again. I know I can just...
View ArticleHow to resize an SSRS report with a 0 height page footer
I have an SSRS report and instead of removing the page footer, its bottom edge was dragged up to the main body of the report therby giving it 0 height. However I need to modify this report to include a...
View ArticleHover not working? Need help please.
We are in the process of upgrading all our Reporting Services reports from Visual Studio 2005 to Visual Studio 2012 and I am having a hard time adjusting to the new software. In VS 2005 the value of an...
View ArticleExport to Excel creates hidden columns and rows
One of my customers noticed that SSRS reports exported to Excel contain hidden rows and columns. These rows and columns contain no data and are either between a textbox and a tablix or they are in the...
View ArticleSSRS Sum IF
Hello all, I am unsure if this is the correct place or not, but if not please point me in the right direction. I am working in Visual Studio 2010, I am making a report that is basically a scorecard...
View ArticleSSRS 2012 Data Source info in DataSource Table
SELECT D.Name ,'Using Report ' = CASE WHEN D.Name IS NOT NULL THEN C.Name ELSE 'DataSource' ENDFROM DataSource DJOIN Catalog C ON D.ItemID = C.ItemIDScenario/Steps1) Create report in development...
View ArticleUsing Report Builder 3 issue with parameters to linked report
Hi,I have an issue with Report Builder and linking to a report.I have a Matrix report with two Row Groups of Area and Sub Area. It simply shows a total by area and subarea of our property stock.I have...
View ArticleSSRS Report Export in PDF using Barcode
Greetings,We have developed an on-demand report in SSRS 2012 having barcode, using a third party tool "Barcode Resource" to generate the same.Customer is not willing to carry out any sort of...
View Articletroubleshooting a SSRS 2012 data-driven subscription
I've written a data-driven subscription for a particular report. On the scheduled run date however it didn't send any output. Looks like I'm getting this on the subscription page: Done: 1 processed of...
View ArticleStrange behavior with report
I have a report that has a tablix and it has groups similar to this..When clicking on the HSS or LLM I am passing that fields!text.value to the drill through report, but LLM is not being set as the...
View ArticleRegarding Grouping in ssrs
Hi , Need some help regarding grouping expression.I have a parameter @CC i wanna group a field based on it.If @CC=1 then it should group on a field else it should not group on any field.I mentioned...
View ArticleAdd time
Hi allhow do i add time to the following expression :[code="plain"]+ FORMATDATETIME(DateAdd(DateInterval.Day, -0,DateAdd(DateInterval.Day, 1-Weekday(today),Today)),DATEFORMAT.LongDate)[/code]please help
View ArticleConfiguring SSRS 2012 to use a FailOver partner.
We have 2 SSRS reporting servers which we configured with the Scaled-Out. But we have configured the DB to go to ServerDB01 and created the 2 SSRS databases. We have then setup DB mirroring, so should...
View ArticleProblems Linking to a FILE
Hi,I have a report that shows contractors. Each contractor has a code and a document that uses this code for the name (i.e. ABCDEF.pdf) which is stored in a network folder.I want my report to provide...
View Articlelooking for a report component that is responsive to mobile and smart...
Hi, Im back in the SSRS world and i'm wandering what is new with ssrs 2012 if it displays well on mobile and tables devices?Is SSRS 2012 also interactive comparing to the jquery charts(javascripts)If...
View ArticleCan we create dynamic report folder path in data driven subscription
Hi,I have created a data driven subscription which has dynamic report folder as MMYY. But I am not sure if report folder can be created dynamically on the run in data driven subscription file...
View Article