Get the row count displayed in the page header

  • How can I get the rowcount to display in the page header?

  • Easy.

    Add a text box and for it's value use this expression:

    =COUNT(Fields!{some non-nullable field from your dataset}.Value, "{your dataset}")

    "I cant stress enough the importance of switching from a sequential files mindset to set-based thinking. After you make the switch, you can spend your time tuning and optimizing your queries instead of maintaining lengthy, poor-performing code."

    -- Itzik Ben-Gan 2001

  • Thanx.

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

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