property ExPrint.RuntimeKey as String
Specifies a runtime key to be used for the component.

TypeDescription
String A String expression that specifies the control's runtime key.
The RuntimeKey property is required only if you are using the control to print your pages, not using any of our UI components, or when using the eXPrint/COM component in the Isolated Application. 

Isolated applications are self-describing applications installed with manifests. Isolated applications can use both private assemblies and shared assemblies.

An application is considered fully isolated if all of its components are either shared side-by-side assemblies or private assemblies. It is called partially isolated if it uses some components that are not side-by-side assemblies. Note that if an application uses some components that are not side-by-side assemblies, or uses private assemblies, the application may be affected by the installation or removal of other applications on the system. For more information, see Side-by-side Assembly Sharing.

Developers are encouraged to design isolated applications and to update existing applications into isolated applications for the following reasons:

Shortly, the Isolated COM allows your application to use ActiveX components without having to register them.