[]
Specifies how fonts are handled when exporting a report to DOCX format.
public enum FontEmbeddingMode
| Name | Description |
|---|---|
| Auto | Default mode. Fonts are not embedded in the output document. |
| False | Does not embed any fonts. The output document will rely on fonts available on the target system. |
| True | Embeds all fonts used in the report into the output DOCX file. This ensures consistent appearance across different systems. |