SSRSレポートの複数のスナップショットを作成できますが、存在する場合はフィルターとしてデフォルト値を作成する必要があります。私の質問は、最初にパラメーターにデフォルト値を追加し、レポートをデプロイして、スナップショットオプションでは、複数のスナップショットとはどういう意味ですか?一度に1つのデフォルト値しかありませんか?つまり、複数のスナップショットは、すべてのスナップショットに同じデータが存在することを意味しますか?また、複数のスナップショットを作成するにはどうすればよいですか?
1 に答える
Snapshots are meant for using the same default parameters and having them run on a schedule. That would be useful for a report where the data changes every day and you want to keep a snapshot from every day. Not useful if your data never changes and you want to use different parameter values.
The other option is to use a "Cache refresh plan". You can set up different schedules and different parameter values for these and set it to cache a temporary copy of the report that expires after a day or whatever you like (in minutes).
I use the second option for a report which takes about 30 seconds to run. This is too long for the user (Senior Manager) so I have it set to run at 7am every day and then just show that same cached report to the manager all day no matter how many times the report is run.