Table of Contents

Table "Report Customization RCCAP"

ID 70344606
Namespace: CapVision.CapBusiness.ReportCustomization

Properties

Name Value
DataClassification CustomerContent
Caption Report Customization
DrillDownPageId Page CapVision.CapBusiness.ReportCustomization."Report Customizations RCCAP"
LookupPageId Page CapVision.CapBusiness.ReportCustomization."Report Customizations RCCAP"
Access Public

Fields

Name Type Description
"Report ID" Integer
"Language Code" Code[10]
"Report Name" Text[30]
"Report Caption" Text[250]
"Table ID" Integer
"Table Name" Text[30]
"Table Caption" Text[250]
"Shift Header Vertically" Decimal
"Shift Header Horizontally" Decimal
"Top Right Address" Enum CapVision.CapBusiness.ReportCustomization."Report Address Source RCCAP"
"Top Left Address" Enum CapVision.CapBusiness.ReportCustomization."Report Address Source RCCAP"
"Top Right Address Text" Blob
"Top Left Address Text" Blob
"Top Right Address Title" Text[100]
"Top Left Address Title" Text[100]
"Header Title 1" Text[30]
"Header Title 2" Text[30]
"Header Title 3" Text[30]
"Header Title 4" Text[30]
"Header Title 5" Text[30]
"Header Title 6" Text[30]
"Header Title 7" Text[30]
"Header Title 8" Text[30]
"Header Value 1" Text[250]
"Header Value 2" Text[250]
"Header Value 3" Text[250]
"Header Value 4" Text[250]
"Header Value 5" Text[250]
"Header Value 6" Text[250]
"Header Value 7" Text[250]
"Header Value 8" Text[250]
"Footer Title 1" Text[30]
"Footer Title 2" Text[30]
"Footer Title 3" Text[30]
"Footer Title 4" Text[30]
"Footer Title 5" Text[30]
"Footer Title 6" Text[30]
"Footer Value 1" Text[250]
"Footer Value 2" Text[250]
"Footer Value 3" Text[250]
"Footer Value 4" Text[250]
"Footer Value 5" Text[250]
"Footer Value 6" Text[250]
"Quantity to Use" CapVision.CapBusiness.ReportCustomization."Quantity Source RCCAP"
"Empty Table Field Visibility" CapVision.CapBusiness.ReportCustomization."Rep.Empty Value Visibil. RCCAP"
"Document Date" Text[250]
"Total Layout" CapVision.CapBusiness.ReportCustomization."Total Layout RCCAP"
Conditions Blob
"Footer Logo" Blob
"Footer Text" Blob
"Total Text" Blob
"Line Header Backcolor" Text[20]
"Line Header Forecolor" Text[20]
"Conditions Forecolor" Text[20]
"Footer Text Forecolor" Text[20]
"Footer Inner Border Color" Text[20]
"Footer Outer Border Color" Text[20]
"Footer Backcolor" Text[20]
"Footer Forecolor" Text[20]
"Header Inner Border Color" Text[20]
"Header Outer Border Color" Text[20]
"Header Backcolor" Text[20]
"Header Forecolor" Text[20]
"Line Inner Border Color" Text[20]
"Line Outer Border Color" Text[20]
"Font Family" Text[30]
"Font Size" Integer
"HTML Addresses" Boolean
"Top Left Address 1 Style" CapVision.CapBusiness.ReportCustomization."HTML Style RCCAP"
"Top Right Address 1 Style" CapVision.CapBusiness.ReportCustomization."HTML Style RCCAP"
"HTML Line Descriptions" Boolean
"Footer Text Alignment" CapVision.CapBusiness.ReportCustomization."Text Alignment RCCAP"
"Footer Font Size" Integer
"Footer Text Format" CapVision.CapBusiness.ReportCustomization."Text Format RCCAP"
"Line Description Format" CapVision.CapBusiness.ReportCustomization."Text Format RCCAP"
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetTopRightAddressText

procedure GetTopRightAddressText(): Text

Returns

Type Description
Text

SetTopRightAddressText

procedure SetTopRightAddressText(Value: Text)

Parameters

Name Type Description
Value Text

GetTopLeftAddressText

procedure GetTopLeftAddressText(): Text

Returns

Type Description
Text

SetTopLeftAddressText

procedure SetTopLeftAddressText(Value: Text)

Parameters

Name Type Description
Value Text

GetFooterText

procedure GetFooterText(): Text

Returns

Type Description
Text

SetFooterText

procedure SetFooterText(Value: Text)

Parameters

Name Type Description
Value Text

GetTotalText

procedure GetTotalText(): Text

Returns

Type Description
Text

SetTotalText

procedure SetTotalText(Value: Text)

Parameters

Name Type Description
Value Text

Events

OnAfterApplyTemplate

[BusinessEvent(False)]
local procedure OnAfterApplyTemplate(StyleTemplate: Record "Report Style Template RCCAP"; var ReportCustomization: Record "Report Customization RCCAP")

Parameters

Name Type Description
StyleTemplate Record "Report Style Template RCCAP"
ReportCustomization Table CapVision.CapBusiness.ReportCustomization."Report Customization RCCAP"

OnAfterClone

[BusinessEvent(False)]
local procedure OnAfterClone(FromReportCustomization: Record "Report Customization RCCAP"; var ToReportCustomization: Record "Report Customization RCCAP")

Parameters

Name Type Description
FromReportCustomization Table CapVision.CapBusiness.ReportCustomization."Report Customization RCCAP"
ToReportCustomization Table CapVision.CapBusiness.ReportCustomization."Report Customization RCCAP"

See also