Viewing 15 posts - 16 through 30 (of 64 total)
Can you please tell which folders you excluded from Virus Checking, as I'm having the same kind of issue and just wanted to give it a try the way you...
April 6, 2006 at 7:29 am
Oh yes, thats the problem with Subreports if it can be toggled. Thats what I found at BLOG:
"If subreports are hidden and cannot be made visible via a...
April 6, 2006 at 7:26 am
I have same situation.
Steve, you are right we have to use DB Instance name and I used that and therefore...
April 3, 2006 at 8:39 am
Thats exactly what I have and meant when I said there is an expression behind these numeric values:
=IIF( Fields!COUNTS.Value < Parameters!param_Highlight.Value, "Red","Black")
Therefore, my...
April 3, 2006 at 6:42 am
Oh man........ anyway,
I have this report that shows data in Matrix like:
NAME 1st Q 2nd Q 3rd Q 4th Q Total
ALISON LOUCKS 40 0 22...
March 31, 2006 at 1:10 pm
Use this expression:
= IIF(WeekDay(Globals!ExecutionTime)-1>2, DateAdd("d", -2,Globals!ExecutionTime), DateAdd("d", -4,Globals!ExecutionTime))
Hope this will help
March 22, 2006 at 7:24 am
Or use this expression:
=IIF(Fields!Cost.Value=Nothing,0,Fields!Cost.Value)
March 17, 2006 at 6:46 am
Try these:
http://www.sqlreportingservices.net/
http://www.yukonxml.com/chapters/apress/reportingservices/bestpractices/
Good luck!
March 7, 2006 at 7:25 am
Reporting Services maintain links for you, but if report is deleted, than link no long works.
February 27, 2006 at 2:10 pm
I don't know if I understood your question correctly, but assuming you are using Table, just use sum of your dataset in the Table Footer,...
February 22, 2006 at 7:59 am
Can you please tell us more detail how you accomplish this? And what do mean when you say changing "application/msword", where do you need to change...
February 21, 2006 at 1:20 pm
Once you drag image control and drop on report, the X mark will show. Just select it and in Properties list, you have to set DATA property values, which are:...
February 21, 2006 at 6:45 am
There is one possible solution for this is by using by your report scheduled time in expression of Hidden property.
Lets say, you scheduled your report to run at 12:00,...
December 15, 2005 at 9:47 am
In your ReportServer db, you can use Subscriptions table. In this table, check "LastStatus" and "LastRunTime" fields. Whenever a subscription executed, RS updates it here and it should say like...
December 14, 2005 at 8:04 am
Viewing 15 posts - 16 through 30 (of 64 total)