Showing posts with label on-schedule. Show all posts
Showing posts with label on-schedule. Show all posts

Monday, March 12, 2012

How to find out whether a report is being generated ON-DEMAND or ON-SCHEDULE?

Hi:

I would like to find out if there is any way of telling a particular report is executed by a user-click event or fired by a schedule event.

Here are my two use-cases:

1. We want fire different custom methods in ON-DEMAND and ON-SCHEDULE executions

2. On the final report, we want to show "This report is generated ON-DEMAND by user X" or "This report is generated ON-SCHEDULE"

Please let me know,

Thanks

Yared

You can look in the ReportServer DB ExecutionLog table where the username is recorded.

How to find out whether a report is being generated ON-DEMAND or ON-SCHEDULE?

Hi:

I would like to find out if there is any way of telling a particular report is executed by a user-click event or fired by a schedule event.

Here are my two use-cases:

1. We want fire different custom methods in ON-DEMAND and ON-SCHEDULE executions

2. On the final report, we want to show "This report is generated ON-DEMAND by user X" or "This report is generated ON-SCHEDULE"

Please let me know,

Thanks

Yared

You can look in the ReportServer DB ExecutionLog table where the username is recorded.