When we want to create reports for report server, we create a report project in Visual Studio. However, is it possible to add a report project as a sub-project or a nested project in a Visual Studio solution Does it matter
Thanks!
When we want to create reports for report server, we create a report project in Visual Studio. However, is it possible to add a report project as a sub-project or a nested project in a Visual Studio solution Does it matter
Thanks!
Report Project and Report Designer
feelingfoel
I'm not sure what you are trying to do here, but a report would be usless in another program since it requires the report server to run and cannot run alone.
Lensouille
In any case, will it be fully functional as if SQL Server 2005 is installed Say it contains SSRS, SSIS, SSAS, etc.
With this option, can I still deploy reports (to a report server instance outside of this environment I suppose)
Thanks
Ultrasoft
RonaldoRoma
These are the options:
* VS 2005 by itself contains a report designer that allows you to design RDLC files (i.e. reports used by the report controls in "local" mode without report server).
* SQL Server 2005 Setup has an option to install "BI Development Studio" only. If VS 2005 is not yet present on the target machine, it will install just the VS 2005 shell and the BI designer components you choose in setup.
The report designer in BI Development Studio is very similar to the report designer from RS 2000.
-- Robert
EkiA
Dariya
My question is whether we could programmatically launch Report Designer We used to be able to do that with Crystal Reports Designer.
Thanks
Sebastian Morsony
If VS 2005 is already present, running SQL Server 2005 setup and selecting BI Development Studio (including subcomponents such as report designer) will install fully functional designer components.
Yes, with report designer in BI Development Studio you can deploy to any Report Server 2005 (by specifying the TargetServerUrl property in the Report Solution properties).
-- Robert
Jeremy Lew
That is, for a business analyst to create reports, SQL Server 2005 must be installed in the same environment. I don't think installing Visual Studio .NET 2005 alone is enough, correct
Thanks!
xelax
pmccombs
The VS 2005 Report Viewer controls include a report designer integrated into the VS environment that can be used at design/development time.
Are you looking for an end-user report designer Out of the box, the closest you can get at this point is ReportBuilder (available with SQL Server 2005 Reporting Services - see e.g. http://www.microsoft.com/sql/2005/bi/BIn_Ad-HocReporting500k.wvx). There are ISVs who offer e.g. web-based end-user report design tools which generate RDL reports (see http://www.microsoft.com/sql/reporting/partners/default.asp).
-- Robert