Class IncludeScriptHandle


  • public class IncludeScriptHandle
    extends StructureHandle
    Represents the handle of the included script. Each script in report design has the following properties:

    File Name
    a include script structure in the report design has a required file name to load the script.
    • Constructor Detail

      • IncludeScriptHandle

        public IncludeScriptHandle​(SimpleValueHandle valueHandle,
                                   int index)
        Constructs the handle of the included script.
        Parameters:
        valueHandle - the value handle for the included script list of one property
        index - the position of this included script in the list
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
        Returns file name of the script.
        Returns:
        file name of the script
      • setFileName

        public void setFileName​(java.lang.String fileName)
        Sets the file name of the script.
        Parameters:
        fileName - the file name to set