FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / BehaviorOptions Class / FireOnFormatForEachInstanceOfRepeatedGroupSection Property

In This Topic
    FireOnFormatForEachInstanceOfRepeatedGroupSection Property (BehaviorOptions)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property FireOnFormatForEachInstanceOfRepeatedGroupSection As Boolean
    public bool FireOnFormatForEachInstanceOfRepeatedGroupSection {get; set;}
    See Also