C1.C1Report Namespace : CompatibilityOptions Class |
The following tables list the members exposed by CompatibilityOptions.
Name | Description | |
---|---|---|
CompatibilityOptions Constructor |
Name | Description | |
---|---|---|
IgnoreInvisibleFieldsInGrowShrinkSections | Gets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections. | |
OldTypesConversion | Gets or sets a value indicating whether to use the old method of type conversion in report script functions CStr, CDbl and CDate.
The default is false. See remarks for details. | |
StretchBarCodesAsImages | Gets or sets a value indicating whether to stretch barcodes as images.
The default value is false, which is compatible with previous versions. | |
UseGdiLinesInPdfExport | Gets or sets a value indicating whether GDI functions should be used to draw lines when rendering for output to PDF. The default value is false. Setting this property to true may result in much smaller file sizes in reports containing many dashed/dotted lines. | |
UseTextFilterClassic | Gets or sets a value indicating whether to use the old version of text filter (TextFilterClassic). |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another CompatibilityOptions to the current object. | |
Clear | Resets all properties to their default values. |