Showing posts with label projects. Show all posts
Showing posts with label projects. Show all posts

Thursday, March 22, 2012

can i develop on a different machine?

I have just installed reporting services on our web server and am able
to create report projects from there, but I don't generally create
visual studio projects on the web server. I use a development machine
that does not have IIS installed. Is there any way to create report
projects on my development machine and point it to the report server?
I can't find any information on this, all of the examples I find tell
me to open a new report project, but the template only exists on the
report server. Is there some client tool I need to install?When you installed on the web server you installed both server and client
tools. Normally you would not have VS installed on the production machine
and only install the server part. Although it can be handy to be developing
on a machine that has both installed it is not necessary. When you preview a
report in VS it is not using IIS. Just install the client tools from the RS
installation on a machine that has Visual Studio on it.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"malpous" <porterdn@.email.uc.edu> wrote in message
news:97b85c30.0411221031.6907a8e2@.posting.google.com...
> I have just installed reporting services on our web server and am able
> to create report projects from there, but I don't generally create
> visual studio projects on the web server. I use a development machine
> that does not have IIS installed. Is there any way to create report
> projects on my development machine and point it to the report server?
> I can't find any information on this, all of the examples I find tell
> me to open a new report project, but the template only exists on the
> report server. Is there some client tool I need to install?

Friday, February 24, 2012

Can any one help me wid this Problem

Hello Guys,

I have developed some projects in VB. And now wanted to develop some reports. As i have gone through Data Report, i am facing a **** lot of problem in Page Breaking. I am not able to do the Page Break.

I want per record per page. viz. Employee Name, Salary and Photo per page/employee.

Some one told me to use Crystal Report as it give feature of Conditionall Page Breaking as well as Grouping and it also has Looping Functionality.

Guys, please suggest and help me to develop the Reports.

ThanksIf you want to print only one record per page then goto section expert of the report and in the New Page After option there is button labled x-2. Click that and write this

recordnumber mod 1=0

Thursday, February 16, 2012

Can a Report Model have Reports included in it?

Hi All

I have created reports in 'Projects'. What I would like to know is that if can transfer these reports into a report model?

As per my knowledge, a report model contains datasources, datasource views, report models itself and doesn't allow to transfer reports. Please , let me know if my understanding is correct?

Cheers

Preps.

Correct - you cannot add a report to a Report Model project. You should create a Report Server project if you want to develop and deploy reports.

|||

hi,

i am new in report model report. i have created one report model project, but i don't know how to make report from this report model project.............can u help me? to make report from report model project or suggest any article on it..........thx in advance

Can a Report Model have Reports included in it?

Hi All

I have created reports in 'Projects'. What I would like to know is that if can transfer these reports into a report model?

As per my knowledge, a report model contains datasources, datasource views, report models itself and doesn't allow to transfer reports. Please , let me know if my understanding is correct?

Cheers

Preps.

Correct - you cannot add a report to a Report Model project. You should create a Report Server project if you want to develop and deploy reports.

|||

hi,

i am new in report model report. i have created one report model project, but i don't know how to make report from this report model project.............can u help me? to make report from report model project or suggest any article on it..........thx in advance