FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / BehaviorOptions Class
Properties Methods


In This Topic
    BehaviorOptions Class Members
    In This Topic

    The following tables list the members exposed by BehaviorOptions.

    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Public PropertyGets or sets a value indicating whether the report content can be split when it is too wide to fit in the horizontal space available on the page.  
    Public PropertyGets or sets a value indicating whether report fields can be used in aggregate functions. The default is false. Set this property to true to improve compatibility with C1Report.  
    Public PropertyGets or sets a value indicating whether the OnFormat script is fired for each instance of a repeated group footer section, or just once for the first instance. Applies only to groups with Repeat property set to true.  
    Public PropertyGets or sets a value indicating whether invisible fields should be ignored when calculating the heights of CanGrow/CanShrink sections.  
    Public PropertyGets or sets a value indicating whether for empty fields with FieldBase.AutoHeight or FieldBase.AutoWidth set to AutoSizeBehavior.CanShrink, margins and borders will have zero heights or widths in the generated report layout. The default is false. Setting this to true improves compatibility with C1Report.  
    Public PropertyGets or sets a value indicating whether the height of SubSection should be increased to fit all fields. This setting is usefull when report generated at runtime. The default is false. Setting this to true improves compatibility with C1Report.  
    Public PropertyGets or sets a value indicating whether the paper size of default printer is used when Layout.PaperSize is Custom and both Layout.CustomWidth and Layout.CustomHeight are 0 (unspecified).  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another BehaviorOptions to the current object.  
    Public MethodResets all properties to their default values.  
    Public Method  
    Top
    See Also