Question:
How can I create an XObject with a Historic whose table name and server name properties are configurable when instanced?
Solution:
To do so, create an XObject with two properties, called TableName and DBName (for example), and add a Historic to it.
Then, in this Historic’s properties, create a link between DBServer property and the XObject property with the name of the database (in this case, DBName), and another one between TableName property and the XObject property with the name of the table (in this case, TableName). Then, just set up the properties in each XObject’s instance, and it will work properly.