Showing a Barcode on a SSRS report without SSRS addins - reporting-services

I recently had the task of adding a barcode onto a SSRS report without being able to add anything to the report server other than the report itself.

The solution I came up with was to render the barcode as a dynamic image on our webserver and reference the image from the report. It works beautifully. I just wanted to post a possible solution for others in the same boat.

I like that - we installed a barcode font which worked for us.

Related

SSRS Report not updating in Preview in Visual Studio

I've never seen this problem before.
The report elements are not updating from changes made in the Design mode in Visual Studio (2015). It's not a data issue - even static text box changes are not appearing.
I had removed the Member ID column, combined the last and first names into a single Member Name column, added a couple of columns and renamed SEX to Gender. Here's the Design view.
These changes should appear when I click on Preview but Visual Studio displays the old report.
As I mentioned, I haven't seen this before and haven't found any similar issues when using Google-Fu. I have tried restarting VS but that was no help. The only thing I did to get from the first pic to the second is to press the Preview button in Visual Studio. I've been trying to make it update for over half an hour now. I've updated and created hundreds of SSRS report over the last 15 years but have never seen or heard of this issue.
Is there some new preview caching that SSRS is now doing? It seems similar to the dumb data caching issue but I don't see where the report would be cached. This is completely ridiculous - what moron would create a caching for something being developed so changes can't be viewed?
How can I see the correct preview in my SSRS report in Viusual Studio?

Can a dataset parameter be used in reportviewer? If so, how?

I use VS2012 to develop reports. I have a report that has 4 parameters. Each of those parameters has a dataset associated with it. When I run the report in VS2012 Preview it works fine. After I have uploaded it to the server using a web framework it leaves any parameter using a dataset off the report entirely. So my assumption is that something is missing on the .aspx side that recognizes those parameter datasets...if it is even possible. Any direction/assistance appreciated. Thanks

Why would some reports using the SSRS ReportViewer Web control not render while others do?

All of the reports I have on our SSRS server work great through the SSRS ReportViewer web control but I have 2 reports that will not render. I fill out the parameters and the page refreshes with nothing. No loading gif, no toolbar, just the parameter controls.
I have tried using the ReportViewer on Chrome, Firefox and IE. All reports but these two certain reports work great.
I've tried the methods listed in:
SSRS 2008 R2 - SSRS 2012 - ReportViewer: Reports are blank in Safari and Chrome
Only 2 reports out of >10 fail to render on SSRS 2008R2 SP2
Does anyone know why certain reports may not display while others will?
Update: I have found that if I pass in a test parameter, the report will render with 0 results. However if I pass in a valid value, I get nothing.
Turns out to have been a couple of things.
First was something to do with the query. One of the parameters accepted values with commas in it and when changing the values to not contain commas, the report worked fine. This might have been attributed to how the values were being passed to the parameters.
The DIV containing the report needed overflow: auto; added to it's styles.
I assume you are on SSRS 2008 r2. While I'm not familiar with using the web version of ReportViewer (I always preview my reports in Visual Studio), I have found that if my Data Source loses its connection string this can happen.
Do you have visual studio with SSRS? If so can you open your report there and preview it?

How can I render a report as a PDF with different page orientation, and include headers/footers for subreports? SSRS

Working with Reporting Services 2008 r2.
So here's my issue:
We have 5 reports that need to be combined into an "All Reports" report, which was originally done using VB6.
I created a master report with 5 subreports, and of course, it doesn't work.
I need to get certain reports to render as landscape, and others as portrait. Also, I want to get the headers and footers from each of the subreports.
I know that SSRS doesn't support either of these, but is there a way to "pre-render" the subreports as PDF, and then combine them into one PDF via reporting services?
This cannot be done out of the box. The only way you're going to accomplish this is through custom code. There are tools out there that you can build/buy to merge your PDFs into a single document. I can't comment on which tool is the best approach, but I can tell you custom code is the only approach.

Can't see subreport in the Report Manager

I've been following this tutorial (lesson 6) in order to build and deploy a sample report with an embedded subreport which reads its parameters' values from the parent report. This subreport is embedded in one of the group rows of the report's table, and both share the same datasource. Additionally, detail rows appear collapsed until the user presses the (+) button for each group of data in the table.
The report works great when I preview it at the Business Intelligence Development Studio (by the way, SQL 2005 Express edition) but when I deploy it and try to see in the Report Manager, the subreport is not shown. And, if I press the (+) button, the following message appears:
Some parameters or credentials have not been specified
Does anybody has the slightest idea of what I am doing wrong? Why does it works perfectly in the Report Viewer embedded in Visual Studio but not in the Report Manager web app?
Thanks in advance.
Does the subreport use the same Data Source as the parent report? If not, be sure to check the data source of the subreport to make sure it is correct. Check in Report Manager, not your local copy.
I'm beginning to think this could be an issue with the browser. I'm currently using Internet Explorer 8 Beta and I'm also experiencing weird behavior from the Report Manager. I've tried with Google Chrome and Firefox 3 and, although the navigation is not as smooth as I like, the problem seems fixed.
it happens when you use IE8 as a report browser. I faced same issue and when I tested on chrome it worked fine .
This may or may not be related, but I had a similar problem some time ago (except that in my case the reports were accessed through a custom web page) and it turned out we had an older version of the report viewer control (the version that came with Sql 2005 RTM). After upgrading to the latest version the issue went away.