<< Click to Display Table of Contents >>
E3ApplicationLink |
This section contains information about the methods of an E3ApplicationLink object. This object does not contain events nor properties associated to it.
NOTE |
This object is only available in scripts of a Section Report object, which uses the Visual Basic .NET programming language. |
To use this object in a script of a Section Report, users must create an instance of this object to perform an interface between a Section Report and Elipse E3, according to the next code.
Dim Application = Activator.CreateInstance(Type.GetTypeFromProgID("Reports.E3ApplicationLink"))
This instantiated object can then be used to access values of Tags, Screens and the Viewer object directly in a script.