Table "Report Totals Buffer"

ID 1150
Namespace: Microsoft.Foundation.Reporting

Properties

Name Value
Caption Report Totals Buffer
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"Line No." Integer
Description Text[250]
Amount Decimal
"Amount Formatted" Text[30]
"Font Bold" Boolean
"Font Underline" Boolean
"Font Italics" Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

Add

procedure Add(NewDescription: Text[250], NewAmount: Decimal, NewBold: Boolean, NewUnderline: Boolean, NewItalics: Boolean)

Parameters

Name Type Description
NewDescription Text[250]
NewAmount Decimal
NewBold Boolean
NewUnderline Boolean
NewItalics Boolean

Add

procedure Add(NewDescription: Text[250], NewAmount: Decimal, NewBold: Boolean, NewUnderline: Boolean, NewItalics: Boolean, AutoFormatExp: Text[80])

Parameters

Name Type Description
NewDescription Text[250]
NewAmount Decimal
NewBold Boolean
NewUnderline Boolean
NewItalics Boolean
AutoFormatExp Text[80]

See also