SummaryReportRowItemDataCost Property | |
Gets or sets TotalItemCost
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public decimal Cost { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Decimal Cost {
Decimal get ();
void set (Decimal value);
}
function get_Cost();
function set_Cost(value);
Property Value
Type:
DecimalSee Also