[]
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.
[C1Description("BehaviorOptions.AddOperatorAsInC1Report", "Specifies whether ADD script operator should work as in C1Report. The default is false. Setting this to true improves compatibility with C1Report.")]
public bool AddOperatorAsInC1Report { get; set; }
<C1Description("BehaviorOptions.AddOperatorAsInC1Report", "Specifies whether ADD script operator should work as in C1Report. The default is false. Setting this to true improves compatibility with C1Report.")>
Public Property AddOperatorAsInC1Report As Boolean