| Thread | Last Post | Replies |
|
| ReportViewer control and scaling issue | 31 Jan 2006 21:50 GMT | 7 |
When using the reportviewer control on a web page, we would like to set the width and heighth to a percentage of the container that it is placed in. It appears that the defaults are 400px. Of course these can be changed, but you may experience horizontal and/or vertical scroll ...
|
| Matrix - Show Percentage | 31 Jan 2006 20:55 GMT | 5 |
I'm hoping that someone can help me out; I'm working under a (past-due) deadline and cannot seem to get this to work... I need to create a matrix that looks like this: Shipped Pending Total %Complete
|
| Annoying feature - report service rewrite query automatically. | 31 Jan 2006 20:35 GMT | 2 |
This feature is very annoying, report service 2k rewrites my query, even the format of query is changed too. How to disable this feature? Thanks really a lot.
|
| can't get to report manager | 31 Jan 2006 18:45 GMT | 1 |
My company recently upgraded to CRM 3.0 and i was trying to get to the report manager page in my browser to make custom reports. Unfortunately, whenever i try to go to the report manager page i get the error listed below. Has anyone ever seen this before? Thanks in advance for ...
|
| Creating Subscriptions | 31 Jan 2006 18:15 GMT | 1 |
Does anyone have any good examples of programmatically creating subscriptions using the SQLRS web service ? rgds, Jay
|
| VS.NET Crashes EVERYTIME | 31 Jan 2006 17:47 GMT | 7 |
Everytime I use VS.NET 2005 to Author Reports the IDE Crashes. It crashes when I click Exit, it crashes when I uses the Query designer, I fully expect it to crash everytime! Anyone else see this happening? Any one know why it crashes all the time?
|
| Tabel in table -> Header missing | 31 Jan 2006 15:00 GMT | 1 |
I have a table(No.1) with several groups. I have inserted another table(No.2) in one of the groups footer. Both tables have the same DataSet as source and groups with same Column. Everything works fine except that the Header and Footer, for table2, will
|
| Extra white space in table | 31 Jan 2006 13:34 GMT | 2 |
I've got a table with a header, group, and detail row. The detail row is collaspable however when it's collasped there is several lines of white space between the parent groups. How do I get rid of this white space?
|
| Best Practice, Stored Procedures & Datasets | 31 Jan 2006 10:16 GMT | 2 |
Would be interested to hear your thoughts on whether is best to minimise or maximise the use of stored procedures in SQL Reporting. Is it best to have as much as possible coming from Stored Procedures or is it better to have as little as possible. At this stage I am more ...
|
| How to calculate distinct count per group? | 31 Jan 2006 09:57 GMT | 1 |
I have Department group and want to count how many distinctive customers we have in each of them: I placed this formula in group footer
:=countDistinct(Fields!Customers.Value,"Department") |
| SSRS default references | 31 Jan 2006 09:09 GMT | 3 |
Where can I check to see the default references set for an SSRS report? In a standard VB project I have a references item if I right click on the solution. In a standard VB proejct I can also use the Object Browser and view the MySolution item. The reason I am asking is I was ...
|
| Subreports paging problem | 31 Jan 2006 09:08 GMT | 2 |
Hi gurus, I'm using RS2005, and have this problem: I have one main report, it looks like this; [] are subreports: [title]
|
| Deployed report with custom assembly fail when calling web service | 30 Jan 2006 22:21 GMT | 1 |
I'm developing a report that calls a web service using a custom assembly. I've got the code working in VS.NET, but when I deploy to my local Report Server, I get this: System.Security.SecurityException: Request for the permission of type
|
| Windows Authentication, strange problem | 30 Jan 2006 22:11 GMT | 1 |
I have a strange problem i will expose the situation : - All the user able to view reports are impersonificated to "USERX" on my ASP.Net Application - I have added rights for "USERX" on the report server
|
| Does SSRS support sProcs that return multiple tables? | 30 Jan 2006 22:11 GMT | 1 |
I'm porting an ASP.Net report(s) to SSRS. I have an sProc that returns meta-data about the result set in table(0) and the actual data in table(1). How do, or can I display table(1), the second table in my result set?
|