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