Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where to begin?

Status
Not open for further replies.

mary555

Programmer
Nov 9, 2005
185
CA
I am using sql server and asp pages. i need to generate reports based on information in text fields in a form on the webpage. i was thinking about using reporting services. the version i have is in a test environment on a server at work. it asks to upload reports but i don't even know where to get the reports from. can anyone tell me where to begin!
 
you need to design the reports 1st in Visual Studio .NET

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Yes - you set a deployment location for each project which should be along the lines of:

TargetServerURL: TargetFolder: Reports_Home

You then 'deploy' the report and it appears in the RS interface

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
ok thanks. so first, i need visual studio.net right?
 
does it have to be .NET...or can it just be MS Visual Studio 2005
 
don't know to be honest - as long as you have an MDE (Microsoft Development Environmnet) I think you can do it...
When you start a new project, there should be an option there for a new Reporting Services project

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
i got visual studio.net and there is nothing about Reporting Services project to choose from....
 
File>New>Project
Look in the 'Business Intelligence' folder and choose the 'Report Project Wizard'

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
I don't even have a Business Intelligence Folder...I'm using Visual Student.NET Enterprise Developer Edition 2003
 
That's what I am using

Do you have reporting services fully installed ??

What do you have under File>New>Project??

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
ok maybe thats my problem..the reportins services im using is on a server...so its not installed on my computer...
i have Visual Basic Projects, Visual C# Proj, Visual J# Proj,Visual C++ Proj, Setup and Deployment Proj, Other Proj, Visual Studio Solutions...
 
Not 100% sure about installation as our IT bods sorted that out for me but I think you do need to install something to do with Reporting Services - may just be an add-in for Visual Studio....

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
thank you very much...I'm going to try installing something...I'm trying to install Reporting Services on my machine and then I'll see what happens! Thanks!
 
no worries - hope it works out. RS is a pretty cool little tool - lots of good stuff (but there are also some things it doesn't do so well)

Have fun playing with it !

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
ok i did get it to work! im having another big issue now but ill make another post
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top