html - SSRS report BorderStyle -


i have ssrs report 1 tablix control. want have rows top border. have achieved using expression in top border: =iif(rownumber(nothing) mod 2 = 0, "solid", "none").

this achieves effect each "cell" 2 rows high. works flawlessly in internet explorer 9, 10 & 11, not in chrome, firefox or ie7! deploy local report through asp page. there can make work on browsers?


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -