DataGate Print File Designer® - Build 8.0.355 and above

BaseField.Bold Property

Boolean value specifying whether the field output is bolded.  The default is False indicating the field will not be bolded. 

control.Bold [ =boolean]

Property Value

Gets or sets the boolean value indicating if the field is bolded.  If set to True, the field output is bolded, otherwise, False.

Remarks

To set the Bold property of a control, click on the right side of the property and choose one of the options shown in the drop-down box.


Setting Description
True The output field will be bolded.
False (Default) The output field will not be bolded.

Applies to

AutoField | CharField | DateTimeField | DecField | Label

See Also

BaseField Class | BaseField Class Members