ReportTable.UpdateTableData method (Project)
Updates rows and columns in the report table to show the specified task or resource fields; uses the specified filter, group, and outline level.
Syntax
expression. UpdateTableData
(Task, GroupName, FilterName, OutlineLevel, SafeArrayOfPjField)
expression A variable that represents a 'ReportTable' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Task | Required | Boolean | True to update task data in the Field List task pane; False to update resource data. |
GroupName | Optional | String | Name of the group in the Group By drop-down list. |
FilterName | Optional | String | Name of the filter in the Filter drop-down list. |
OutlineLevel | Optional | Long | The task outline level. The default value is -1, which the equivalent of Show All. Not used for resource fields (when Task is False). |
SafeArrayOfPjField | Optional | Variant | Specifies an array of fields for the update, where each item in the array can be a PjField constant. |
Task | Required | BOOL | |
GroupName | Optional | String | |
FilterName | Optional | String | |
OutlineLevel | Optional | INT | |
SafeArrayOfPjField | Optional | Variant |
Return value
Nothing
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.