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.
シンタックス
'宣言
Public Property IncreaseSubSectionHeightToFitFields As System.Boolean
'使用法
Dim instance As BehaviorOptions
Dim value As System.Boolean
instance.IncreaseSubSectionHeightToFitFields = value
value = instance.IncreaseSubSectionHeightToFitFields
public System.bool IncreaseSubSectionHeightToFitFields {get; set;}
参照