简体   繁体   中英

How to create SSRS report in ASP.NET locally?

I am using ASP.NET/C# .

For the first time I am doing Reporting in ASP.NET .

I created a sample Report following this tutorial .

As far as I understood it requires a seperate Report server to be created for this to work.We don't want to create seperate Reporting server .

Can anyone guide me as to how I can create SSRS Reports locally without creating a seperate server?

Any suggestions are welcome.

Visual Studio 2005 report designer supports locally executed reports, which have an RDLC extension.

Here's a tutorial

MSDN: Creating Client Report Definition Files

Also see When to use RDLC over RDL reports? .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM