[]
Gets the BehaviorOptions object containing options controlling the behavior of the report.
[C1Category("Behavior")]
[C1Description("C1FlexReport.BehaviorOptions", "Options controlling the behavior of the report.")]
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(false)]
public BehaviorOptions BehaviorOptions { get; }
<C1Category("Behavior")>
<C1Description("C1FlexReport.BehaviorOptions", "Options controlling the behavior of the report.")>
<TypeConverter(GetType(ExpandableObjectConverter))>
<Browsable(False)>
Public ReadOnly Property BehaviorOptions As BehaviorOptions