ComponentOne Reports for WPF
C1.C1Report Namespace / CompatibilityOptions Class
Properties Methods

In This Topic
    CompatibilityOptions Class Members
    In This Topic

    The following tables list the members exposed by CompatibilityOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections.  
    Public PropertyGets 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.

     
    Public PropertyGets or sets a value indicating whether to stretch barcodes as images.

    The default value is false, which is compatible with previous versions.

     
    Public Property  
    Public PropertyGets 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.  
    Public PropertyGets or sets a value indicating whether to use the old version of text filter (TextFilterClassic).  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another CompatibilityOptions to the current object.  
    Public MethodResets all properties to their default values.  
    Top
    See Also