<< Click to Display Table of Contents >>

viewer.external_replacescript_path

Sets the file path for the script to be applied to the report.

Reference

If you set the parameter value, deletes all of the scripts that are stored in the report and then applies the script to the contents of the specified file path.

If the contents of the specified file path do not fit in the script format, the report will be bound without a script.

If there are no files in the specified paths, the report will not be bound.

To use this feature, please set the text format file created for the script writing rules.

The script rules of each component are as follows.

ReportTemplate

SCRIPT_BEGIN ..EventName

   //Script

SCRIPT_END

Report

SCRIPT_BEGIN .ReportName.EventName

   //Script

SCRIPT_END

Child label of Table/Crosstab/GanttChart

SCRIPT_BEGIN .ReportName.Table/Crosstab/GanttChartName.ComponentName.EventName

   //Script

SCRIPT_END

Other components

SCRIPT_BEGIN .ReportName.ComponentName.EventName

   //Script

SCRIPT_END

For the details of the rules, see the Preview Script Editor Window. It runs when you click the [Preview Script] pop-up menu of the component in the Report Designer.