reporting services - SSRS table with inside borders only - possible? -
reporting services - SSRS table with inside borders only - possible? -
i want add together ssrs (rdlc) study in visual studio 2013 table object (tablix) have borders within table (between rows only, need no border between columns), no outside borders, in excel button:
i have specified bottom borderstyle of element within tablix column next expression:
=iif((rownumber(nothing) mod 2)=1, "dotted", "none")
given fact have allways 2 rows per page within tablix.
i guess universal formula this:
=iif((rownumber(nothing) mod numberofrowsperpage)=numberofrowsperpage-1, "dotted", "none")
it should remove lastly border line on page. though solution needs have fixed number of rows per page in table.
reporting-services border ssrs-tablix
Comments
Post a Comment