SSRS viewing report help in Report Builder

Hi all,
I’m having an issue to show my report in Report Builder. I have copy the value in the System Monitor > Reports Tab (the row only appears after the report renders) > FileName column.

After import in, I have given an error, and when I looked at my SSRS temp table there is nothing showing, is that correct? If not, what am I doing wrong?

Thanks in advance.

image

Did you specify an archive period > 0 when running the report?
image

2 Likes

Thank you Dan! that solve the issue!!!

When you run the report, set an Archive period different from the default. The default of 0 days runs the report and then removes the data tables. Set archive to 1 day, and it’ll stick around longer.

1 Like

Thanks for the Tip Mark!