[]
        
(Showing Draft Content)

C1.Report.BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection

FireOnFormatForEachInstanceOfRepeatedGroupSection Property

FireOnFormatForEachInstanceOfRepeatedGroupSection

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.

Declaration
[C1Description("BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection", "Indicates 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 bool FireOnFormatForEachInstanceOfRepeatedGroupSection { get; set; }
<C1Description("BehaviorOptions.FireOnFormatForEachInstanceOfRepeatedGroupSection", "Indicates 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 Property FireOnFormatForEachInstanceOfRepeatedGroupSection As Boolean