FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / AddOperatorAsInC1Report Property

In This Topic
    AddOperatorAsInC1Report Property (BehaviorOptions)
    In This Topic
    Gets or sets a value indicating whether ADD script operator should work as in C1Report. The default is false. Setting this to true improves compatibility with C1Report.
    Syntax
    'Declaration
     
    Public Property AddOperatorAsInC1Report As Boolean
    public bool AddOperatorAsInC1Report {get; set;}
    See Also