| Thread | Last Post | Replies |
|
| HELP - Page break after 2 groups, 2 groups per page | 29 Sep 2006 23:55 GMT | 2 |
I have a requirement to condense my report length. Each group is about 40% of the page length, so 2 per page would fit nicely... ...but I can't figure out a way. For performance reasons, I have the data filtered in the table object.
|
| Jump to report and parameters | 29 Sep 2006 23:28 GMT | 2 |
I have a table where I want to jump to a different report based on the value in the table cell. The report that I am jumping to has a parameter, and the parameter value that I need to pass is based on the table cell's value. I know how to set this up in the report but can't ...
|
| Can I build my own Table Style for the report wizard | 29 Sep 2006 19:07 GMT | 1 |
Today I can select different table style in the report wizard e.g. Forest or Slate. Is it possible to customize or create my own table style so it matches our company graphical standards???
|
| Multi column | 29 Sep 2006 18:47 GMT | 2 |
I dont know how to word this but I'll try. I have a report that shows two field in the output, i.e city and count. When the report is run it displays about 44 rows on one page, but since there are only two fields the rest of the page is left blank on the right hand side which ...
|
| RS 2000 Question on Parameters | 29 Sep 2006 18:35 GMT | 1 |
I would like to use a parameter in the url string; however, I don't want it to be displayed in the report's parameter header section. Is there a solution for this? Steve
|
| Report Title | 29 Sep 2006 18:21 GMT | 1 |
hi, We have a lot of reports done in Reporting services. Now here is the thing. When you upload a report it gives the report the name of the rdl file. ex. HoursbyClient.rdl the title will be HoursbyClient. We change this in RS to Hours by Client. Now if for some reason the ...
|
| runningvalue syntax | 29 Sep 2006 18:20 GMT | 10 |
Using RS2000 and SS2000 SP4. I'm trying to add the total for each group so I can get a grand total and RunningValue seems like the right function to use. I tried using =RunningValue(Fields!CompanyName.Value,Sum,Nothing) but I get the error
|
| Shared Data Sources | 29 Sep 2006 18:02 GMT | 1 |
hi, We have multiple servers with sql server. All of the databases have the same structure, tables etc.. just for different clients. in my RS project I have a shared datasource that points to a local dev copy of the database. Now if we open that project on another machine it ...
|
| dataset isn't showing | 29 Sep 2006 18:01 GMT | 1 |
SQL/RS 2K, VS .Net 2003 - several single resultset/dataset reports working just fine, finally got some multiple-resultset/dataset reports working very well, too. today, however, i am creating a new one that isn't working, and i can't yet determine why.
|
| How does report designer pass mult-value params to reporting services? | 29 Sep 2006 16:38 GMT | 1 |
I'll make this short.. i can pass multi-valued parameters to reporting services without using valid values (comma-delimted list) no problem.. we decided to use valid values based on a dataset to move the lookup logic into the reporting object (rather than manage SQL in a database).
|
| How to display degree symbol in report | 29 Sep 2006 14:01 GMT | 3 |
is there any way to display degree symbol in RS 2000 and esp. in PDF format .. Rohit
|
| Get Toggle state at report runtime | 29 Sep 2006 12:18 GMT | 4 |
I would like to find the toggle state of a textbox in the report to set an expression according to that state. I need to navigate to a second report with different parameters according to the toggle state of a particular row in my report. How do I write the expression (something ...
|
| Converting a RS 2000 reporting solution to RS 2005 | 29 Sep 2006 09:56 GMT | 1 |
I currently have a RS 2000 solution running on SQL 2000 database, AS 2000 and RS 2000. I want to migrate this solution to the same schema running on a SQL 2005 database and AS 2005 with RS 2005.
|
| Print Multi table report with a range of parameters. | 29 Sep 2006 08:39 GMT | 1 |
We have a work order print that is called from a web page using a URL. The print consists of 4 tables. All of the recordsets use the same parameters but come from different data sets. I have a request to make it print multiple work orders at a time.
|
| Checkbox in reports | 28 Sep 2006 22:04 GMT | 1 |
I have a report on which i want to add a checkbox to the extreme left of every row and allow the user the ability to select it, hit a button named "Export" and move the contents of only that row to MS Excel. Does Reporting services 2000 support this? Any suggestions on how this ...
|