TBasedxReportLink.AssignedFormatValues Property
In This Article
Indicates which formats have been assigned to a report link.
#Declaration
Delphi
property AssignedFormatValues: TdxAssignedFormatValues read; write;
#Property Value
Type |
---|
Tdx |
#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 |
---|---|
fv |
Date format has been assigned. |
fv |
Time format has been assigned. |
fv |
Page number format has been assigned. |
The default value of this property is [].
See Also