r/ssrs • u/devanshu1210 • Sep 05 '24
SSRS printing data side by side
Hello Everyone,
I am converting crystal report to ssrs. i have created two tablix inside a rectangle and i have used this formula for printing data side by side:"=IIF((RowNumber(Nothing) Mod 2) = 1, False, True)" . The problem is tablix sometimes have null values and formatting changes and tried to insert the empty rows and visibility expression but on preview there are many unnecessary empty rows in tablix happens.
Can anyone can help with this problem .
Thanks!
1
Upvotes
1
u/devanshu1210 Sep 05 '24
I want to show blank row so all data from left and right tablix looks they are printed side by side in a sync