Questions tagged [reportmanager]

Report Manager is a browser-based report access and management tool for use with SQL Server Reporting Services.

Report Manager is used to administer a single report server instance from a remote location over an HTTP connection. You can also use Report Manager for its report viewer and navigation features. You can use Report Manager to perform the following tasks:

  • View, search, print, and subscribe to reports.

  • Create, secure, and maintain the folder hierarchy to organize items on the server.

  • Configure role-based security that determines access to items and operations.

  • Configure report execution properties, report history, and report parameters.

  • Create shared schedules and shared data sources.

  • Create subscriptions to schedule execution and delivery of reports.

  • Launch Report Builder to create reports that you can save and run on the report server.

Source: Report Manager (SSRS)

68 questions
31
votes
9 answers

can not open the drop-down arrow besides the report in SSRS report manager to add subscription

I try to configure the report manager. It is sql2008r2 report service running on server 2013. There is no problem to pull the report. But I can not open the drop-down arrow besides the report to add subscription. I add the virtual directory,…
user1188125
  • 677
  • 2
  • 13
  • 21
20
votes
2 answers

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

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 Firefox (v7.0.1) is that it's using javascript…
8
votes
3 answers

SSRS Report stucks at loading IE 11

We are running SQL Server 2008 R2. All these reports were working fine until we upgraded IE from 10 to 11. Every time we run a report, it will just stuck at loading forever. Tried changing the document mode to other versions.
user3268139
  • 352
  • 2
  • 3
  • 16
6
votes
1 answer

How to add oracle data source in ssrs

I've installed SQL Server 2012, after I've installed all features including report services. I go to Report Manager link and wanted to add New Data Source, but in Data Source Types there is only Microsoft SQL Server and I want to add Oracle Data…
5
votes
1 answer

Where are my reports?

I can see the SSRS reports via the Report Manager in the browser. I know what database server it's pointing to. How do I find where the source .rdl files are kept?
Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206
4
votes
1 answer

Attaching External Style Sheet to a HTML Page in SSRS and Report Manager

I have an HTML page that I wrote that I need to host in the SSRS Report Manager, due to some restrictions. The HTML is just a collection of static web pages that connect to a Style.css style sheet. When I run the pages outside SSRS they work fine,…
bkorzynski
  • 541
  • 1
  • 5
  • 15
3
votes
2 answers

SSRS BIDS Report Manager - Control

Is there anyway to have more control over Report Manager, is seems bizzare for such a sophisticated product to allow next to no control over the report manager section other than rename folders and place reports and report parts in these folders, as…
JsonStatham
  • 9,770
  • 27
  • 100
  • 181
3
votes
2 answers

SSRS report losses formatting in Report Manager via Internet Explorer

I have a report that renders a report header on its own page and then two pages for each member that it finds. The report will render each page correctly for the report header and the first member listed but all formatting is lost when the page…
3
votes
1 answer

In SSRS report manager can not see New folder, new dat source, upload file etc. options?

I am trying to use report manager to deploy report. I am newbie on SSRS. When i opened report manager URL i see something like this. So I could not find any way to upload rdl/create dataset etc. When I googled I got following image. Here there…
Pritesh
  • 1,938
  • 7
  • 32
  • 46
2
votes
1 answer

Database role membership setting for a Report Manager data source

I am developing SQL Server Reporting Services (SSRS) reports on SQL Server 2008 R2 and using Report Manager as a method to demonstrate and test reports. I am looking for a way to allow users of the same domain to connect to the Report Manager and…
2
votes
0 answers

How to get SSRS report to show Downtime per user correctly

I have created a report in SSRS which displays data from the below table. This table groups data by the hour. the the report sums of the total quantities each user did per hour, then with a totals colum at the end for the whole day below is a…
Zuries
  • 88
  • 7
2
votes
0 answers

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 manager (with admin rights) from another…
Eddie Rozenblat
  • 832
  • 3
  • 11
  • 21
2
votes
1 answer

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.
Chris KL
  • 4,882
  • 3
  • 27
  • 35
2
votes
1 answer

Timeout issue with Report server. Automatically refreshing Report Manager URL

I'm having an issue with Report Server. It takes so long to open a Report Manager url. Therefore, timeout issue occurs on Report Server. What is the best way to auto start Report Manager URL? My initial though was to use PowerShell script and Task…
2
votes
3 answers

How to introduce a report subscription through report deployment? SSRS 2008 subscription

I want to be able to deploy a report and this deploy should take care of the an email subscription and set the report run schedule; I shouldn't have to manually create a subscription later on and if a new subscription is to be applied, I should be…
1
2 3 4 5