Viewing 15 posts - 106 through 120 (of 219 total)
Have you tried using the WMI Event Watcher Task? This should give you the behavior you're looking for. There are alos 3rd party vendors that have developed...
May 15, 2008 at 5:33 am
To display a message in the report, set the NoRows property with whatever text you want displayed.
March 27, 2008 at 7:21 am
Is the issue you don't want the page to appear or you don't want text contained in a header to print? A page will always appear when generating the...
March 25, 2008 at 5:50 am
Yes, sorry about that. I did mean the Send Mail task.
March 24, 2008 at 5:47 am
Make sure the property on the SMTP task is set to False for both FailPackageOnFailure and FaileParentOnFailure. The task will still fail if it can not connect to the...
March 21, 2008 at 6:08 am
Do you have page breaks set anywhere within the report?
March 21, 2008 at 5:54 am
I have seem the same behavior. Try adding the Manage All Subscription rights to the user and see if that resolves the issue. It did in my case....
February 26, 2008 at 4:09 am
Have you checked the log files? SSRS will prompt for authentication if the server runs out of memory while generating a report.
January 3, 2008 at 5:37 am
We tried updating the stats already and it didn't have any effect. What I have found is that all of the problem procedures use scalar functions for a portion...
November 14, 2007 at 1:10 pm
What about passing in a parameter to the report which could then drive the visibility of your text?
October 12, 2007 at 5:25 am
DId you set the visibility on the row or on the textbox? You need it on the row if you want the space not to show.
October 9, 2007 at 2:56 am
SP's in RS can use temp tables as I do this all the time when developing reports. It sounds like your SP is not receiving the parameter values correctly. To...
September 18, 2007 at 3:13 am
In the properties for the Group Header, uncheck the Repeat Group Header. The group will then not print on subsequent pages.
September 17, 2007 at 4:12 am
Loading to a staging table for the updates and then doing a set based update is the best option for performance. If your result set is small, you could use...
September 14, 2007 at 3:57 am
There is a wrok around to getting data from the report into a page header (or footer) as well. In the header, reference an object in the report that contains...
August 2, 2007 at 3:14 am
Viewing 15 posts - 106 through 120 (of 219 total)