Assigns the Object that is to be encapsulated in a Web Component control, Component control, QueryViewer control or DashboardViewer control.
ControlName.Object
Where:
ControlName
Must be the name of a Web Component control, Component control, QueryViewer control or DashboardViewer control.
When used for Web Components and Components, this property must be used in conjunction with the Create function or CreateFromURL function. For example:
ControlName.Object = Create(ObjectName, [par1, par2, ..., parN])
On the other hand, when used for QueryViewers and DashboardViewers, the syntax is:
ControlName.Object = ObjectName([par1, par2, ..., parN])