Tagged Questions

2
votes
0answers
12 views

Best-Practice for SSRS Data Source in ASP.Net MVC Project

I have an existing ASP.Net MVC project that is using Linq2Sql for data access with entities / repositories in a seperate project. I need to add reporting functionality to this project via SSRS and I'm …
0
votes
0answers
16 views
+150

How can I get the date format from an SSRS report from the web service interface?

I get report params in C# code from the webservice as follows: ReportingService2005 ReportingService = ConnectToSSRS(); ReportParameter[] ReportParams = …
0
votes
2answers
11 views

ReportViewer Table

Hi, Any idea how can i accomplish the next scenario in a rdlc? I have some rows (PrimaryKey,col1,col2,col3) I want to display a table like this: Labels of my fields......| FirstRowValues......| …
10
votes
19answers
7k views

Compare SQL Server Reporting Services to Crystal Reports

Can any one tell me from crystal report and SSRS (Sql Server Reporting Service) which one is better to use?
0
votes
1answer
33 views

SSRS Chart w/Series and Mean

Hi all, I have a chart I'm making in SSRS. My database is returning data like this: Period Name, Question, Answer, Count, Mean, Median Nov 09, Can Haz Chezbrgr, Yes, 5, 4, 3.1 Nov 09, Can Haz …
4
votes
6answers
628 views

Custom Timed Subscription Schedules in SSRS

I see that in the SQL Server Reporting Services 2005 Report Manager there is the capability to schedule reports for specific times (i.e. every weekday at a particular time). What I would like …
0
votes
1answer
21 views

Programmatically export ssrs 2005 report

My ssrs report takes two parameters, i'd like to programmatically export the report for various parameter combinations. I've read this article but i'm having issues. I've added a webreferences to my …
0
votes
2answers
13 views

SQL speed SSRS optional fields

I'm returning results from the following query which is taking too long when running. I'm not sure how to eliminate the where parameters when they are not used in SSRS. All the @variables are strings …
0
votes
0answers
9 views

Layered Images in Microsoft SQL Server 2008 Reporting Services

I need to layer two images (transparent gifs) in a report in SSRS 2008. Has anyone ever done this? Thanks for your replies!
0
votes
0answers
13 views

Manage timeouts in the Reporting Services 2005

Hi. There're some problem. I have a report which is executed long time. When the one hour passes "The page cannot be displayed" error is appear. I think it's smth. with timeout settings. This …
0
votes
2answers
433 views

SSRS Report , Dynamic selection of fields

Hi, I want to create a report where my report's fields should change according to my input parameter values. eg. if i select '2 months'. there should be 2 fields in result, having month wise …
1
vote
2answers
115 views

SSRS: 2005, CSS not applied on first column

Some of our reports aren't displaying properly in Firefox - the first column lacks any css. After investigating, I'm finding: <tr> <td style="HEIGHT:6.93mm" style="...">1st …
0
votes
2answers
427 views

Reporting Services (SSRS 2005) matrix column group shifting right when exported to xls

I have an SSRS matrix report that has 4 column groups with the last group set to hide some of its columns if they contain no data. The report works perfectly, however when exported to excel an empty …
0
votes
1answer
11 views

Programatically populating ValidValues property of ReportParameters in .NET for SSRS

I am trying to populate an SSRS parameter's ValidValues property at run-time without writing custom stored procedures. The issue is that the available values for a certain parameter change depending …
0
votes
1answer
6 views

method in Report Builder custom assembly not found

I'm trying to use a custom assembly in Report Builder 2.0. I have added the assembly to the report via Report Properties > References. When I try to call a public static method in the assembly, I …

1 2 3 4 5 45 next
15 30 50 per page