• tshadab (3/6/2008)


    In VFP there is a value called 'remove line if blank' which eliminates blank space. How it could be done in SQL Reporting Services?

    OR in Crystal report there also an option of row property "suppress if blank"

    Any one have idea how it can be achieved in SQL Reporting?

    Thanks

    I think tshadab want to remove the blank line.. when an object is hidden in Reporting Services..

    like a floating option:

    textbox1

    textbox2 (set to hidden)

    textbox3

    to get:

    textbox1

    textbox3

    NOT

    textbox1

    <-- (blank line)

    textbox3

    (you can check my other post on microsoft's forums)

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2228455&SiteID=1