How can I add a Document Map to an RDLC (aka SSRS) report in Visual Studio 2010? - visual-studio-2010

Perhaps I am missing something obvious, but I cannot find a way to add a Document Map to an RDLC file from within Visual Studio 2010 (or the stand-alone "Report Builder 2.0" for that matter).
I previous versions, such as 2005 and 2008, this was a simple matter of adding a document map label to a report item. But the property "Document Map Label" is no longer present.
Furthermore, I can't find a way to add a bookmark either.
If anyone can shed some light on this, that would be great!!
Thanks!

I'm not sure exactly which version you are referring to. Visual Studio 2010 does not support Business Intelligence Development Studio (BIDS) If you install BIDS from the SQL Server 2008 R2 disk it will install the shell of Visual Studio 2008. If you already have Visual Studio 2010, installing BIDS will still install the 2008 shell of visual studio and will load that if you try to make BI projects. If you install it from SQL Server 2012 it will install the SQL Server Data Tools (SSDT), which uses the Visual Studio 2010 Shell. I suppose that's the version you mean.
I've checked my version of BIDS from SQL Server 2008R2 and all the objects added to a report do have the DocumentMapLabel property. I've also just checked my SSDT from SQL 2012 and the property is still there. Select an object on the report and look in the properties window under "Other".

Related

Visual Studio Express 2015 for Windows - Report designer missing

I installed Visual Studio Express 2015 for Windows Desktop - ENU and SQL Server Data Tools. In Control panel I don't see the screen as with Enterprise Edition to activate SQL Server Data Tools. The Window looks like this:
No possibility to select SQL Data Tools
I also tried to install Microsoft Rdlc Report Designer for Visual Studio but got a error message:
Report designer
I received a few Reports for a Program that runs in german language and need to translate them.
Thanks for your help.
Install Visual Studio 2017 Community edition for free (or higher, e.g. if you have MSDN subscription) - see terms though, community edition isn't for the enterprise - from:
https://www.visualstudio.com/vs/community/
Then get the Rdlc Report Designer extension from:
https://marketplace.visualstudio.com/items?itemName=SqlReportingServices.MicrosoftRdlcReportDesignerforVisualStudio-18001
or from inside Visual Studio ("Tools/Extensions and Updates" menu if I remember well)

Visual Studio 2013 Express has no MS-Reports Template Installed

When I Google and look up how to add a RDLC report to my Visual Studio 2013 Project I get the answer i'd expect, usually "In the Templates pane, select Report or Report Wizard"
This article is one of them: http://msdn.microsoft.com/en-us/library/ms252067(v=VS.100).aspx
Nowhere can I find anything about "what if there is no Reports section" in your installed Templates
For the last month I thought this was because I needed to download SQL Server Data Tools for Visual Studio 2013. Yesterday I installed this. As a result I now appear to have a new version of Visual Studio 2013 called "Microsoft Visual Studio 2013 Shell (Integrated)". It has a purple icon and loads with a black splash image
My Project is currently running and being developed in Visual Studio 2013 Express for Web which has a green icon
If I try to load my project into the new Integrated Shell VS 2013 I get errors. What I really want is just to have the template available so I can add RDLC reports
I have already used MuGet to install MvcReportViewer and set my web config etc and references. Following instructions at https://www.nuget.org/packages/MvcReportViewer/
Now I need to create an RDLC but have no Template to do so
Could it be that VS-2013 Express has this feature turned off, because if I go into Help/About VS2013 Express for Web it has SQL Server Data Tools 12.0.30919.1 as an Installed product
Any comments appreciated
As far as I know, you can't use VS 2013 Express to edit RDLC files. It requires at least the professional version.
See: http://community.dynamics.com/nav/b/navteam/archive/2013/12/19/microsoft-visual-studio-2013-now-supported-for-rdlc-report-design.aspx
You can, however, create them in Sql Server Reporting Services, which is part of the advanced version of Sql Server Express Edition, using SQL Server Business Intelligence Developer Studio (BIDS) Express.
Try to download (Microsoft Report viewer 2012 run-time)
& Report Builder3
- First is the tool that display & Print Report.
- Report Builder is the tool that you can design report with it.
You Must have SQL Server 2012 Installed

SQL Server 2012 Tabular model project in Visual Studio 2010? SSDT

I've downloaded a shell version of Visual Studio 2012/SQL Server Data Tools (SSDT) which allows me to create Analysis Services Tabular Models but because it is a shell (integrated) version it only allows for a small amount of functionality.
I have a full professional edition of visual studio 2010 and have installed SQL Server Data Tools (SSDT) but there is no business intelligence project templates available.
Will I need to purchase visual studio 2012 to get this full functionality or is there a way I can do it within the visual studio 2010 environment?
The SQL Server is 2012
Per MSDN:
You can install SQL Server Data Tools on Visual Studio 2010
Professional, Premium, or Ultimate Edition with Visual Studio 2010
SP1.
You can find the link to download Visual Studio 2010 SP1 on the MSDN page (I don't like linking directly to downloads on SO since people can edit the links.)
Also, according to this other MSDN site,
Projects and DACPACs are fully compatible across shells.
Please download the toolset for VS2012 ...
Again, a link to SSDT 2012 is on the site. You might want to uninstall your integrated shell version just to get a clean binding with your existing VS2010 install.
UPDATE
Please also read James Serra's blog about the BI templates for Visual STudio 2012 coming in a separate install from SSDT, which also includes a link to that install.

How can i install ReportViewer 2012 in Visual Studio 2010

I was using reportviewer 2010 control in visual studio 2010 but i need to start using reportviewer 2012. How can I use the new ASP.NET webforms ReportViewer 2012 control in Visual Studio 2010 (without moving up to visual studio 2012)? Eventually I want to move up to Visual Studio 2012 and dotnet 4.5 but I'd prefer to keep using dotnet 4.0 and Visual Studio 2010 for a little while longer.
I think you are asking how you can 'create reports' for SSRS by the sounds of it, not just display them. Okay so this will sound weird but you need SQL Server 2012 either Enterprise, Developer, Standard with Advanced Tools edition. Any one of those should suffice to get you the tool you need. If you are looking to 'design' reports the tool is an add on to Visual Studio called 'Business Intelligence Development Studio', BIDS for short. For some reason it shows up now as 'SQL Server Data Tools' under 'All Programs' on Windows. You can thank Microsoft for making this version as confusing as possible to people looking to get into SSRS.
To install it you simply install all of SQL Server and when you get to the 'Features' section ensure that BIDS is selected. The version of BIDS IS NOT ON VS 2012, it is on VS 2010. For some reason the SQL team did not make the deployment of SQL Server coincide with Visual Studio so it goes along with VS 2010, NOT 2012. A great many people get this confused but I can say for a fact SSRS is an extension of BIDS, which in turn is an extension of Visual Studio. Not the other way around. You can create localized reports in VS 2012 that are 'rdlc' files but not the full blown SSRS you deploy to a server there.

How to add Report Server Project template to VS2010?

Report Service Project template is only available in VS 2008 when install SQL Server 2008.
Even VS 2010 utilmate have no this template. How to add it to VS 2010?
You cannot. VS 2010 doesn't have BIDS and therefore you cannot create SSRS reports in VS 2010. You'll have to use VS 2008 (as I do) or use Report Builder 2 or 3.
I have been told that once SQL Server 'Denali' is released, BIDS will be added to VS 2010.

Resources