Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
593 views

Is it possible to install SSRS Report Manager by itself?

I've been asked to look into writing an installer that will just set up Reporting Service's Report Manager by itself on a machine. Is this possible? My web searching has not given me a good answer.
1
vote
2answers
209 views

SSRS Report Manager javascript fails in non-IE browsers for Drop Down Menus [closed]

I've been debugging the ReportingServices.js file using Firefox and Firebug. I've found that the reason SSRS (SQL Server Reporting Services) Report Manager (web front end for Reports) doesn't work in ...
1
vote
0answers
248 views

Configuring SQL Reporting services 2008 Authentication Without AD/Domain

Is is possible co to configure Reporting services 2008 Authentication method this way that i"ll be able to access the report manager not from build-in computer user? My purpose is connecting to report ...
1
vote
2answers
219 views

Delphi XE Reportman

Does anybody know if http://reportman.sourceforge.net/ will be available for Delphi XE? Regards, Pieter
1
vote
1answer
464 views

Upload a report file to Report manager via .net application?

Hi all I want to upload report files via c# application to the report manager.(mean Like simple Upload, select a report file and then upload selected file into report manager). I use this sample and ...
0
votes
0answers
61 views

Enable report manager useful error messages?

I've had a good look for this but can't find the answer. My experience is with Reporting Services 2005 but I think it equally applies to 2008. Basically on one instance of report manager, if there is ...
0
votes
1answer
248 views

Reportmanager and delphi 2010

does reportmanager (http://sourceforge.net/projects/reportman/) support delphi 2010? Thanks Alejandro Jourdan
0
votes
1answer
3k views

SQL Server 2008 - The report manager URL shows a page without Properties tab

I have SQL Server 2008 Developer Edition and I'm facing the following issues with the Reporting Services. When I open the Report Manager URL (I get it from the Reporting Services Configuration ...
0
votes
2answers
110 views

embed reportman to a delphi app

how can I embed reporman in a delphi app thanks
0
votes
1answer
32 views

RpDesignerVCL to spanish (reportmanager)

How can I change the language of RpDesignerVCL to spanish, i have a delphi apllication and when I execute the RpDesignerVCL component it appears i enlgelish. Thanks Alejandro Jourdan
0
votes
4answers
2k views

Can't see subreport in the Report Manager

I've been following this tutorial (lesson 6) in order to build and deploy a sample report with an embedded subreport which reads its parameters' values from the parent report. This subreport is ...