question

RahulJain-5538 avatar image
0 Votes"
RahulJain-5538 asked Isabellaz-1451 answered

SSRS Reporting Repeat one table after another table

Hello,
I created two tablix , in first table i insert some Set Parameter which are static and in second table i continually log data at certain amount of time so every trigger gives a new row for current tags values. its same reporting format as in PHARMA related projects.
As per my new requirement in my project costumer needs set Parameter(Table1) to repeat again at certain amount of time say in every hour, so its like when i start reporting Set parameter will print and Table2 will start data logging, then after some time repeat Set Parameter(Table1) and again start Table2 datalogging, it is like table1 then table2 then again table1 table2, repeat as long as reporting is active.
Is there any way to achieve something like this???

sql-server-reporting-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Isabellaz-1451 avatar image
0 Votes"
Isabellaz-1451 answered

Hi @RahulJain-5538 ,

Your want is to refresh your report at a certain amount of time. Am I right? If so, you can set the AutoRefresh property of the report to achieve this effect.
The property means the report will refresh at a time you set.

You may refer to this thread: auto-refresh.htm


130878-select-report.png 130879-autorefresh.png



Best Regards,
Isabella


If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



select-report.png (6.1 KiB)
autorefresh.png (4.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.