Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
353 views

Making sense of the ReportServer.dbo.Schedule table

Hi I am trying to make a report that lists all the subscriptions on our report server, the report they are on, the times and days they are run on, and the reccurence. So far I have been able to get a ...
1
vote
2answers
179 views

Display html formated text in report

In my report I display a record from a table of my database. One of my columns has data formated as html. I want to display this as rendered html. So <b>nice header</b> should render ...
1
vote
1answer
158 views

BI Projects in Visual Studio when SQL Server is in a different machine

I've visual studio 2005 installed in one machine (dev machine) and SQL Server 2005 installed in another machine. But only when we install SQL Server with SSRS, we get the Business Intelligence Project ...
1
vote
3answers
502 views

Report is being generated runs forever in IE8.0 but works with firefox

I have made a report and a simple web program in C# that is calling for that report. When I run the program it works perfect with Firefox but not in IE 8.0. In IE it´s run forever until you got this ...
0
votes
1answer
96 views

SSRS Report Rendering Hangs With Stored Credentials For XML data source type

In SSRS Report Server (SQL Server 2008 R2), I have a shared data source with data source type of XML. I have a report that uses a shared data set based off of the shared data source. The XML endpoint ...
0
votes
0answers
184 views

Multiple datasets for ReportViewer

Is it possible to use two different datasets with two different queries in report viewer? I have one dataset whhich has two columns that I report on. Afer a couple pages,I want to put a graph with ...
0
votes
1answer
92 views

how to access a report server from VS2010 and how to implement in multi tier architecture

I am developing a website where user logs in and access different reports from report server A WCF service to be developed to access the ssrs report and it returns to the UI ( what it should return ...
0
votes
1answer
206 views

File does not upload to Report Server

I am trying to upload a report from the file system to the report server, but for some reason the report doesn't appear when I upload it Here is the section of code: WebClient reptserv = new ...
0
votes
1answer
204 views

reporting services - determining report GUID from old report name

I'm trying to use a combination of the SQL Server 2008 Reporting Services ReportServer database and the report server web service to determine the GUID for a particular report. What I want is to see ...
0
votes
1answer
482 views

double authentication issue on IIS / Report Server (SQL server 2008)

On a 2003 server box, with SQL server 2008 installed (ReportServer deployed in IIS mode), I've got a virtual directory within IIS with it's security set to 'windows authentication', with the following ...
0
votes
1answer
152 views

SQL ReportServer 2005 on Win Server 2008 & IIS7 gets “unable to load client print control”

I have SQL Reporting Services 2005 running on a Win 2008 server with IIS7. SQL and RS have all of the latest patches applied (as of 11/19/2009). When I access a report through Report Manager on the ...
0
votes
2answers
97 views

Where to install ReportServer

I have 2 servers (IIS & SQL). A web site on the IIS server uses the ReportViewer web control. Should ReportServer be installed on the IIS box or the SQL box. (IIS is in the DMZ) TIA J
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
615 views

Problem with loading TFS reports

Hi I have installed TFS on a single server and configured it completely as mentioned in the documentations and created a Project using MSF for agile process. Now when I'm trying to browse to the ...