-1
votes
0answers
59 views

deploy a RDL file using rs.exe? [closed]

Assume that i am already having a sample.rdl file with me . i need to create ssrs report using that rdl file through programmatically or running some script files 1) Is it possible to do? based on ...
-2
votes
1answer
80 views

SSRS custom paging [closed]

My report fetches huge rows making the generation of report slow. Is it possible to customize SSRS (or .net using report viewer) so that I can fetch rows per page?
0
votes
3answers
171 views

Microsoft Report Viewer only partially displays

Microsoft Report Viewer is only displaying three fields, two of which are disabled. It should be displaying a large, fully functional report. The sql server configuration has been vetted for by ...
0
votes
0answers
59 views

.Net mvc and use ssrs client side print control

Does anyone know if it is possible to utilize the client-side print control used by the ssrs report viewer in a custom viewer? There is no public api but it must be possible.
0
votes
1answer
169 views

SSRS Report Fails to Load in .net Report Application

We have a custom .net Report Application that is attempting to load a slightly data intensive SSRS report. Strangely, the report runs fine and returns data, albeit a little slow, when it is ran ...
1
vote
0answers
578 views

SSRS Report Viewer: request failed with HTTP status 401

I've spent a lot time trying to figure this one out, but without luck - so I will try to post the question here. I am running 2 ASP.NET websites on the same server. Both websites are running on IIS ...
0
votes
2answers
157 views

NULL checkbox in SSRS report

In SSRS report if I mention Nullable tag in ReportParameter then it automatically creates a checkbox with text NULL. So is there a way to make the checkbox by default checked?
0
votes
0answers
119 views

Endless redirect when deploying SSRS with custom authentication to a production environment

Problem Summary: We have a custom authentication which we wrote for an SSRS deployment which implements a SSO solution for our website. When deploying to the production environment we are unable to ...
-1
votes
2answers
119 views

detect and Sum Year,Months and Days

i have my code below which works fine before,to display as years,months and days.so as the one below i sum it up to display as days only that i do some conversions.i face some minor problems in my ...
0
votes
1answer
180 views

With the ReportViewer Control for SQL Server Reporting Services, can I change the subreport programatically in C#?

Currently we have a report with multiple sub-reports that could be used. Up until now we've been changing the subreports manually every time we want to print something different. However I'm trying ...
8
votes
3answers
6k views

How to edit SSRS 2008R2 Reports in Visual Studio 2012?

I'm a report writer who's been able to edit/update reports in Visual Studio 2008 (we use SSRS2008R2). I've just installed Visual Studio 2012 and when I go to convert my reports project it's not ...
0
votes
1answer
928 views

SSRS using calendar to select date parameters

I have a basic report that has 7 fields. I want the data to be parameter driven. StartDate and EndDate are the fields I want the user to choose before the report is rendered. If you see the first ...
7
votes
2answers
398 views

SSRS check if user in group using Custom Assembly

I have created a Custom Assembly for my SSRS Project. The Custom Assembly has got 2 functions, IsInGroup and MyTest: using System; using System.Collections.Generic; using System.Text; using ...
2
votes
1answer
274 views

SSRS report graph not show 0 for value

When the graph in SSRS 2008, Is it possible to show nothing as the value when there is no data for it? I still want to show 0 if the users wants to
2
votes
1answer
227 views

Is it possible to call SSRS 2008 R2 report in Visual Studio 2010?

I designed a report using Business Development Studio 2008 and my reporting server is SQL Server 2008 R2. The .rdl report is ready but is it possible to show this report on a Web Form of Visual Studio ...
0
votes
1answer
120 views

Is there any API that allows us to convert Semantic query to SQL query?

Is there any API that allows us to convert Semantic query to SQL query? I need to extract the semantic query from RDL file and convert into sql query.
0
votes
1answer
217 views

Can we establish a connection directly to Report Server Model (C# Program) like how we do for SQL Database?

Can we establish a connection directly to Report Server Model (C# Program) like how we do for SQL Database? http://msdn.microsoft.com/en-us/library/ms156450(v=SQL.100).aspx here it talks of ...
2
votes
1answer
550 views

How to fetch Physical SQL Query from a Semantic Query in RDL file?

How to fetch Physical SQL Query from a Semantic Query in RDL file? We have some following steps to go ahead while extracting the Semantic Query from RDL Extract the Semantic Query from RDL file ...
0
votes
1answer
399 views

Custom Code in Reporting Services 2008 makes cell show #Error

I have the following code in "Custom Code" in SSRS 2008. It works fine in VS2008 but it won't run on the server: Public Shared Function Ns(ByVal num as Object, ByVal def as Object) as Object if ...
0
votes
3answers
414 views

String aggregation in SSRS 2008 R2

I have a report in SSRS 2008 and I want to combine some strings. I know you can write some code in SSRS to do this, but I'm not really sure how. So basically I have the value "FullName" and I want to ...
0
votes
1answer
371 views

Export to CSV using Reporting Services Express 2008 R2

I am running SQL Server 2008 R2 Express with Advanced Services, with Reporting Services properly configured. I need to be able to export certain reports to CSV, however this is unsupported in the ...
1
vote
1answer
268 views

SSRS BIDS 2008 Alternating Background Colours when Grouped by

Can anyone help with an expression to alternate the colours between records under 'Service'. The report is GROUPED BY 'Service'. I have tried =IIF(RowNumber(Nothing) Mod 2, "Silver", "White") ...
2
votes
1answer
3k views

Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError) sql reporting 2008

I am using sql reporting and written query SELECT * FROM users WHERE created_by = @createdby and passing parameter using this code in code behind file to call this report. param[0] = new ...
2
votes
2answers
1k views

Namespace for ReportingService Class

I can't seem to find a clear answer as to how to import the proper namespace for ReportingService http://msdn.microsoft.com/en-us/library/aa258073(v=SQL.80).aspx. I tried to follow the instruction ...
0
votes
0answers
66 views

Using SRSS 2008 R2 reports in .Net 2.0 projects

I have a project that is being developed using Visual Studio 2005 SP1 - the project is compiled using the .Net 2.0 framework and recently we've need to integrate our project with SQL 2008 R2 Reporting ...
0
votes
1answer
1k views

SSRS Changing Row Colors Based on Groups?

I have a report in SSRS and I am trying to change the background color based on a group. I have 3 groups: YearMonth, Portfolio, and Name. I want to change the color of every other portfolio group. ...
3
votes
1answer
467 views

Sql Server Reporting Services Web Service access problem from a Silverlight Application

I hope you can help me with this one... :) I have a .net application which holds a Silverlight component. I also have Sql Server 2008 R2 with Reporting Services installed. The SSRS has been added ...
0
votes
1answer
473 views

Color changing when excel sheets (exported from SSRS) are merged

I encountered a strange problem where in I have developed 3 reports in SSRS 2008 solution and exported them to excel sheets which exported with the colors (green, red, orange) that are intended. When ...
1
vote
2answers
706 views

SSRS 2008 R2: Set selected value of drop down programmatically

I have a report that contains a drop down of users. I want the currently logged in user to be selected as a default. The drop down has a value of UserId and UserName. I have attempted the following ...
1
vote
2answers
8k views

Problem in dynamically creating ASP.NET report viewer web control

I want to dynamically create an ASP.NET report viewer web control, but got the exception below: The Report Viewer Web Control requires a System.Web.UI.ScriptManager on the web form. Below is my ...
2
votes
2answers
2k views

Oracle Connection to .Net - Connection Pool

This is more specifically with SQL Server Reporting Services, however I also see this as typical .Net application issue as well. Here is the problem. We are using SSRS to report data from Oracle ...
1
vote
2answers
167 views

using p4.net in Reporting Services 2008 R2

I am using MS SQL Server Reporting Services 2008 R2 to produce reports. I have Perforce database where I query Changesets data and put into report. I needed to get code statistics from Perforce ...
2
votes
1answer
75 views

Is there any commercial product that builds on SSRS for a richer user experience in a Windows application?

I have a Windows application that displays SSRS 2008 reports. There is a limitation in SSRS where one can not adjust the width of a parameter listbox or easily navigate to an item in the list e.g. ...
0
votes
1answer
586 views

SSRS Custom Assembly - debug without a Report Server?

Is it possible to debug SSRS custom assembly with BIDS preview mode (not connected to a Report Server)? I cannot seem to figure out a way to debug my custom assembly locally. When I include my custom ...
0
votes
1answer
410 views

Installing SQL Server Reporting Services

I have two servers, a web server and a DB server. The web server is going to be running SQL Server reports soon, and I need to install SQL Server Reporting Services. My question is: Does this get ...
2
votes
1answer
3k views

Custom Security / Forms Authentication in SSRS

Hope someone can help me !!! I am trying to implement some custom security code into SSRS 2008 (not R2) to allow for Forms Authentication instead of Windows Authentication. I have based my solution ...
1
vote
1answer
780 views

Open Source Report Manager Framework for .NET

Is anyone aware of a free or open source reports manager for .NET? Not a report rendering solution (like SSRS, Crystal, COGNOS, etc) but literally the thing that is embedded in my application that ...
0
votes
0answers
175 views

SQL Server Reporting Services - Functions Issue

I'm developing an app in ASPX .NET2008 and I have a big problem with the SQL Server Reporting Services. The button "Print" and the zoom option only is showed in IE browser, but I need it showing in ...
2
votes
0answers
364 views

integration of flex/ssrs (Flex based UI for reports created in SSRS)

We have an application which is created in asp.net/flex front end, ms sql/ssas as data source. We are in phase of creating a new reporting module. so for consistency of graphs and ui we want to use ...
1
vote
2answers
565 views

opening a file in the browser instead of downloading it

Im using ssrs through a reports server to generate a resultStream byte array using ReportExecutionService.Render() which I am currently serving to the user with the following code. Is there a way I ...
1
vote
2answers
2k views

Deploy multiple instance of reporting services or connect to multiple versions of DLLs

Is there any way in SSRS2008 to deploy multiple instances of the ReportServer running separate code sets? I'm developing a very specific deployment of reporting services where I have a number of ...