devSteve
devSteve

Reputation: 43

SSRS Multiple Headers-Footers /Single List

Example of Desired Result

I am fairly new to SSRS. I've been working on some reports and have come across a scenario that I'm not sure the best way to approach or if SSRS has a mechanism built in.

Any help or possible ideas would be appreciated.

Upvotes: 1

Views: 1028

Answers (1)

JohnHC
JohnHC

Reputation: 11195

Add both to the header, then set visibility:

Hide pages 2 onwards:

=Globals!PageNumber=1

Hide page 1

=not Globals!PageNumber=1

Upvotes: 1

Related Questions