Viewing 7 posts - 16 through 22 (of 22 total)
check these links might be helpful for you
1. http://vyaskn.tripod.com/coding_conventions.htm
3. http://www.sql-ex.ru/exercises.php or http://www.sql-ex.ru --> Nice link to practice sql ...
March 23, 2009 at 12:56 am
I think there is only way for visibility
=IIF(Fields!Show.value = true, false,true)
February 2, 2009 at 7:38 am
February 2, 2009 at 7:18 am
Try this
Select the Textbox required
Click F4 to open properties window
In BackgroundColor click on expression
Enter
=IIF(Fields!Total.Value = 2.8, "Green", IIF(Fields!Total.Value = -1.2, "Red", IIF(Fields!Total.Value = -0.1, "Yellow", "")))
Click on...
January 30, 2009 at 11:05 pm
check this for about LIST,
How add subreport in List Control
Drag and drop List Control from Toolbox into Body
Drag and drop Subreport from Toolbox into List Control
Right Click on...
January 29, 2009 at 3:23 am
try this
ISNULL(Value, '8779')
January 27, 2009 at 12:53 am
Viewing 7 posts - 16 through 22 (of 22 total)