Share via


Reporting.Units Field

Represents a scaling constant that is used to convert task resources allocation percentages 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 Units As Decimal
'Usage
Dim value As Decimal

value = Reporting.Units
public static readonly decimal Units

Remarks

The value of Units is 100.0M. Resource allocation units in the Published database are divided by this number to produce a value in the range of 0 to 100.

See Also

Reference

Reporting Class

Reporting Members

Microsoft.Office.Project.Server.Library Namespace