0

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.

1 Answer 1

2

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?.

Sign up to request clarification or add additional context in comments.

3 Comments

If I am to use it locally then I need to use .rdlc file right?This link explains it well dinesql.blogspot.in/2010/11/…
Never done it personally, but yes. Looks like you could do it in vs2005 too; msdn.microsoft.com/en-us/library/ms252067(v=vs.80).aspx
Thanks I am trying the link.Will get back to you if I need further help.Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.