| |
String |
A string expression that defines the program identifier of the control to create and use instead of the pivot
table as follows.
The ControlID must be formatted in one of the following ways:
- A ProgID such as "Exontrol.Graph"
- A CLSID such as "{8E27C92B-1264-101C-8A2F-040224009C02}"
- A URL such as "https://www.exontrol.com"
- A reference to an Active document such as "c:\temp\myfile.doc", or
"c:\temp\picture.gif"
- A fragment of HTML such as "MSHTML:<HTML><BODY>This is a line of
text</BODY></HTML>"
- A fragment of XML
If the control you want to insert fails, you can add the "A2X:" prefix to the ControlID, like this:
-
A ProgID such as "A2X:Exontrol.Graph"
-
A CLSID such as
"A2X:{8E27C92B-1264-101C-8A2F-040224009C02}"
-
A URL such as "A2X:https://www.exontrol.com"
-
A reference to an Active document such as "A2X:c:\temp\myfile.doc", or
"c:\temp\picture.gif"
-
A fragment of HTML such as "A2X:MSHTML:<HTML><BODY>This is a line of
text</BODY></HTML>"
If the ControlID is not registered a message like '<ControlID>'
component creation failed as in the following screen shot:

If this message is displayed please make sure that:
- The eXGraph control is installed (use /COM for the eXPivot/COM version, /NET for the
eXPivot/NET version, and so on)
- The License property has been set
| |