Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.67 KB

Project.reporttable.updatetabledata.md

File metadata and controls

50 lines (33 loc) · 1.67 KB
title keywords f1_keywords ms.service ms.assetid ms.date ms.localizationpriority
ReportTable.UpdateTableData method (Project)
vbapj.chm132700
vbapj.chm132700
project-server
5a5b1ed3-779e-7be5-6bd5-2ba544e0d27f
06/08/2017
medium

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

ReportTable Object

[!includeSupport and feedback]