Reporting.Cost Field
Represents a scaling constant that is used to convert a project cost 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 Cost As Decimal
'Usage
Dim value As Decimal
value = Reporting.Cost
public static readonly decimal Cost
Remarks
The value of Cost is 100.0M. Cost values in the Published database are divided by this number to convert them to a monetary format.