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