[]
Gets 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.
[C1Description("BehaviorOptions.IncreaseSubSectionHeightToFitFields", "Increase SubSection height to fit all fields. The default is false. Setting this to true improves compatibility with C1Report.")]
public bool IncreaseSubSectionHeightToFitFields { get; set; }
<C1Description("BehaviorOptions.IncreaseSubSectionHeightToFitFields", "Increase SubSection height to fit all fields. The default is false. Setting this to true improves compatibility with C1Report.")>
Public Property IncreaseSubSectionHeightToFitFields As Boolean