in rdlc i want to compare int like
if(expression ==1)
{
}
if(expression ==2)
{
}
work on vs05 Window C#
|
in rdlc i want to compare int like
work on vs05 Window C# |
|||
|
|
|
Rather than using nested IIF statements I prefer the Switch statement. From the MSDN...
Hope it helps :) |
|||||
|
|
You will have to nest IIF statements like this:
|
|||||
|