Skip to main content

TBasedxReportLink.AssignedFormatValues Property

Indicates which formats have been assigned to a report link.

Declaration

property AssignedFormatValues: TdxAssignedFormatValues read; write;

Property Value

Type
TdxAssignedFormatValues

Remarks

The TdxAssignedFormatValues type defines a set of possible state flags for the AssignedFormatValues property. A report link uses assigned values except for default values when printing a component.

The following table outlines possible TdxAssignedFormatValues values and the meaning of each flag:

Value Description
fvDate Date format has been assigned.
fvTime Time format has been assigned.
fvPageNumber Page number format has been assigned.

The default value of this property is [].

See Also