1

In SSRS(2008 specifically), do shared datasets hold the same data across all reports in the same project(effectively working as global variables), or just hold a dataset schema that can be referenced by all the reports?

CodeMinion
  • 653
  • 2
  • 10
  • 24

1 Answers1

2

Yes shared datasets hold the same data across all reports.

You can try this link to understand further usage.

Pedram
  • 6,256
  • 10
  • 65
  • 87
Igoy
  • 2,942
  • 22
  • 23