| Thread | Last Post | Replies |
|
| NoRows Leaves Extra White Space | 31 Mar 2007 18:56 GMT | 1 |
I have a report with multiple tables and datasets. The problem is if one of the tables/datasets doesn't have any data I get too much white space between the sections. I tried to set the visiblity property on the table but that doesn't work if there is no data being returned via ...
|
| Reporting Service Login dialog when trying to deploy a report | 31 Mar 2007 15:12 GMT | 2 |
I am using SQGExpress, and can open the home page at http://localhost/reports, but after previewing a report, when I try to deploy the report I get a dialog asking for for a user name and password. 1. why do i get this dialog, and
|
| Dynamic Visibility Problem | 30 Mar 2007 23:48 GMT | 4 |
I think, first I better explain the characteristic of the report: • It’s a report of categories and their items(or products) • the report has a lot of information • At first only appears the list of all categories(which fulfill all the requirements)
|
| Execution Snapshot - Parameter "gray out" | 30 Mar 2007 19:52 GMT | 1 |
Hi Experts, I got a report that takes in a parameter and run normally 20 min to produce the result. So I decide to take advantage of Execution Snapshot feature. I create a shared schedule and set my Execution Snapshot to execute every
|
| Subreports | 30 Mar 2007 15:37 GMT | 6 |
Hi; i dont know if this is possible; i have 3 reports and each report has 4 parameters (parameters names are the same between them). i want to integrate those 3 reports on one single report, I BELIVE that i
|
| Jump to URL - Javascript | 30 Mar 2007 15:32 GMT | 1 |
We are displaying reports in a PDF format through an aspx page. I have put and URL link in an report as follows to open a new window(cotaining another report) ="javascript:void(window.open('http://localhost/ReportViewer/ReportFrame.aspx?rptPath=REPORTPATH&args="
|
| Number format do not work when exported to excel? | 30 Mar 2007 15:32 GMT | 3 |
I have a report where I have formated the numbers with #.#. When I run this repot this works well and give me the decimal only when it is needed. However, when I export to excel, I get te decimal point even when it is not needed. For example the when I have the whole number ...
|
| Help regarding Parameters selections in reporting services 2005. | 30 Mar 2007 15:27 GMT | 2 |
Hi Experts, I am working on Reporting services 2005 and i am new for this software. I have some reports, and some reports contains more than one
|
| A QuotedStr function | 30 Mar 2007 14:50 GMT | 4 |
Hi; is there a function to add quotes to a string sentence?; like this exec('Select * from Customers where Name='+@NAMEC+' and AGECUST > 25') if @NAME is only William, i need to add quotes to it to get a sentence like:
|
| DrillThrough Report Error: rsInvalidItemPath | 30 Mar 2007 08:54 GMT | 2 |
RS 2005 rsInvalidItemPath Error. I am calling a drillthrough report from the ReportViewer control in a VS 2005 web application. My report structure is as follows: ParentReport (drillthrough)
|
| Table row visibility property | 29 Mar 2007 19:58 GMT | 1 |
I have a row in which I am trying to hide if there is no data. However, I can't seem to get it to work. The value returned in the stored proc is null. I have tried the following: =IIf(First(Fields!Judge.Value Is Nothing, "dsAttorney"), True, False)
|
| Model Question | 29 Mar 2007 16:28 GMT | 4 |
Does anyone know if a change is made to a model, will reports created based on it be affected? Or, once created, are these reports independent? Thanks
|
| passing multi-value parameter to subreport | 29 Mar 2007 15:55 GMT | 8 |
ok - i've googled this and have tried everything to no avail.... parent report has multi-value parameter: part_code this gets passed to subreport which has part_code setup as multi- valued paramter
|
| Creating Dashboard using SQL Server 2005 | 29 Mar 2007 07:26 GMT | 6 |
can we create a Digital Dashboard using MS SQL Server 2005? Kindly guide. Akshay.
|
| Jump to URL - check if valid file | 29 Mar 2007 07:12 GMT | 1 |
I have a field in my dataset which could hold the path of a file sometimes or would have some plain text. Before I give set that field in the "Jump to URL", I want to check to see if it's a file and if so, then assign that field for "Jump to URL" or leave it blank.
|