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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -