XRCharacterComb.CellSizeMode Property
Specifies whether or not the cell size should depend on the current font size of a Character Comb.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Size |
Auto |
A Size |
Available values:
Name | Description |
---|---|
Custom | The cell size is determined by the XRCharacter With this setting, the actual cell size is less than the specified Cell |
Auto |
Only the cell width depends on the current font size of a control (the XRCharacter With this setting, the actual cell width does not depend on the specified border width of a control, while the effective cell height is the difference between the specified XRCharacter |
Auto |
Only the cell height depends on the current font size of a control (the XRCharacter With this setting, the actual cell height does not depend on the specified border width of a control, while the effective cell width is the difference between the specified XRCharacter |
Auto |
The cell size depends on the current font size of a control (the XRCharacter With this setting, the actual cell size does not depend on the specified border width of a control. |