visual studio - Creating Reports using VS 2008 -


How do I create a report (RDL file) using VS 2008? I created one and made an RDLC file that I can not do. Publish Reporting Server I do not want to convert the rdlc file into a rdl file.

RDL (server-based) reports need to be included in Studio 2008, you:

  • Installing Professional Intelligence Development Studio (BIDS) components from SQL Server 2008 (or possibly 2005)
  • Reporting a new in VS 2008 Create project ( file -> new -> project , then business intelligence projects select report server project )

  • Add your reporting project to at least one report, design it in visuals in BIDS Studio (right-click on the report folder in your Solution Explorer) Click on and select Add new report )

  • Report that report (or those reports) on a Reporting Services 2008 server Insert (either directly within Visual Studio, posted to on its report project T using , or by other means)

Comments