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