Initializes the communication between Interactive Reporting Studio and an external shared library (.DLL). It also returns a SharedLibrary object that can invoke functions of the shared library.
The Application.LoadSharedLibrary() object model syntax is not supported in an Interactive Reporting document file deployed in the EPM Workspace. |
Expression.LoadSharedLibrary(Name As String) As SharedLibrary
An expression that returns an Application object
This example calls the Beep function of the Kernal32.dll for 4 seconds with 5000Hz: