Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New to SSRS - Where is the Report Designer

I just watched a video regarding the Report Designer. It said to go to Start, Programs, Microsoft SQL Server 2008, Reporting Services, and then select the Report Designer. I'm certain I installed everything, but I do not have this program.

I have VS2008 Professional Version installed and SQL Server 2008.

I can open a Report Project and build a report in VS2008, but the IDE does not look the same. She built a simple report using the designer, pointed it at AdventureWorks2008, and published it.

Is there a difference? Is it a seperate download?

Any suggestions or help is greatly appreciated.

Thanks,

Randy

like image 962
Iceman Avatar asked Oct 21 '09 15:10

Iceman


People also ask

What is report Designer in SSRS?

Report Designer provides a graphical interface in which you can define data sources, datasets and queries, report layout positions for data regions and fields, and interactive features such as parameters and sets of reports that work together.

Where is report Manager in SSRS?

In the Windows start menu, type reporting and in the Apps search results, click Report Server Configuration Manager. Click Start, then click Programs, then click Microsoft SQL Server, then click Configuration Tools, and then click Report Server Configuration Manager.

What is the difference between report Builder and report Designer?

Report Builder offers the same designer as SSDT, but allows you to create reports without having to download or learn Visual Studio (SSDT) so is more suited to those who need to develop ad-hoc reports for their own use.


2 Answers

Report Designer is hosted in the Business Intelligence Development Studio, which is fully integrated with the Microsoft Visual Studio 2008 development environment. If you do not have Visual Studio 2008 installed, SQL Server Setup installs the shell so that you can run Report Designer. For more information, see Reporting Services in Business Intelligence Development Studio.

To use Report Designer, open the Start menu, point to Programs, point to Microsoft SQL Server 2008, and select Business Intelligence Development Studio. After you open Business Intelligence Development Studio, you can open or create a new project template. When you select a Report Server Project, the Report Designer opens. The design surface tabbed windows, and graphical tools appear when you add a report to the project. For more information, see Working with Report Designer in Business Intelligence Development Studio.

http://msdn.microsoft.com/en-us/library/ms157166.aspx

like image 56
Irwin M. Fletcher Avatar answered Jun 23 '23 13:06

Irwin M. Fletcher


If you installed VS2008 then SQL Server 2008, then you should have some new projects in VS2008 so you can build a Reporting Service.

Otherwise you can go to the Start -> ... -> SQL Server -> Business Intelligence Studio, to design the report.

like image 33
James Black Avatar answered Jun 23 '23 11:06

James Black