[]
Gets or sets a value indicating whether the page break is disabled.
[ExpressionBaseType(typeof(bool))] public ExpressionInfo Disabled { get; set; }
An ExpressionInfo object representing a bool value. true indicates the page break is disabled; otherwise, false. Default is false.
true
false