FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / BehaviorOptions Class / AddOperatorAsInC1Report Property

In This Topic
    AddOperatorAsInC1Report Property
    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