Disable report module email notification

Hi,
Is it possible to disable module report email notification with python script or tag value change ?

Thanks

Not quite sure what you’re trying to accomplish here.

If you’re asking can you alter the distribution method of a scheduled report without doing so manually in the designer, no you can’t.

Otherwise, if you’re using a script to send the report, in your script you specify the distribution method, so you have full control.

It’s like uncheck “Enabled” option in scheduled report but using python script.

Like Kathy said, use the script in the schedule of the report.
You could create BOOL memory tags for each report, then read that tag in the script, if TRUE process and send report. If FALSE pass.

No, there is no option to modify a scheduled report in any way via scripting.