Description
Overwrites
an existing chart workspace item specified by dbid, with the QueryDef
object.
Note: This method is for Windows only. This method became
available in version 2002.05.00.
Syntax
VBScript
workspace.UpdateChartDef dbid, QueryDefObj
Perl
$workspace->UpdateChartDef(dbid, QueryDefObj);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current
session.
- dbid
- A Long containing the dbid of the existing chart
workspace item.
- QueryDefObj
- A reference to the QueryDef object you are updating
the chart workspace item with.
- Return value
- None.