AllowScheduling Property

Version: Available or changed with runtime version 6.2.

Sets whether a report can be scheduled to run in the background.

Applies to

  • Report

Property Value

true if a report can be scheduled; otherwise, false. The default is true.

Syntax

AllowScheduling = false;

Remarks

When set to true, the Schedule action is available from the Send to button on the report's request page, which lets users schedule a time that they want the report to run. To learn how the user schedules a report, see Schedule a Report in the business functionality help.

Note

Together with the SaveValues Property, this property also determines whether the report supports multiple previews. When both the AllowScheduling and SaveValues properties are set to true, users can preview the report from the request page as many times as they like, without the need to close the request page. This capability lets users to try different options, for example, change filters and see how the generated report will look like. If either property is set to false, the report won't support multiple previews and the request page closes once the user previews the report. In this case, the request page includes a Preview and Close button instead of Preview.

See Also

Request Pages
Report Properties
SaveValues Property