Alternate row shading with drill-down

  • I want to implement alternate row shading with Drill-Down.

    I found that for alternate row shading:

    IIF(RowNumber(nothing) mod 2, "white", "Grey")

    And for alternate row shading for groups:

    =iif(RunningValue(Fields!GroupField.Value ,CountDistinct,Nothing) Mod 2, "Silver", "Transparent")

    But .... i have implemented drill-down upto three levels

    and want to implement alternate row shading in the same report.:hehe:

  • Any solution on this.....

    m still encountering this problem....

    How to implement "Alternate Row Shading" with drill upto 2 levels:hehe:

    Thanks!!

  • Is this with a table or matrix?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply