AutoComplete for ASP.NET Web Forms
CanShrink プロパティ (Section)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Section クラス : CanShrink プロパティ
Specifies whether the Section height should be reduced when one or more fields shrink.
シンタックス
'宣言
 
Public Property CanShrink As System.Boolean
public System.bool CanShrink {get; set;}
解説

You can use the CanGrow and CanShrink properties to control the layout of report sections and fields.

For example, if you set both properties to true, a section or field automatically adjusts vertically to print or preview all the data it contains.

When a section grows or shrinks, its Height property does not change. To retrieve the actual (adjusted) height, use the RenderHeight property.

You can make fields grow or shrink to match the size of the section by setting their Field.Anchor property.

参照

Section クラス
Section メンバ
CanGrow プロパティ