ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / GroupOptions Structure / OptimismEnabled Property

In This Topic
    OptimismEnabled Property
    In This Topic
    This property is used for 'RepeatHeader' option and defines the behavior when header+body doesn't fit in its place. True means lets try the next page and we'll be lucky.
    Syntax
    'Declaration
     
    Public Property OptimismEnabled As Boolean
    public bool OptimismEnabled {get; set;}
    See Also