Share via


Reporting.Work Field

Represents a scaling constant that is used to convert task work hours from the internal format of the Published database to the user-friendly format of the Reporting database.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared ReadOnly Work As Decimal
'Usage
Dim value As Decimal

value = Reporting.Work
public static readonly decimal Work

Remarks

The value of Work is 60000.0M. Task work time units in the Published database are divided by this number to produce the equivalent in hours.

See Also

Reference

Reporting Class

Reporting Members

Microsoft.Office.Project.Server.Library Namespace