[]
        
(Showing Draft Content)

C1.Report.CheckBoxField.GetContentAutoHeight

GetContentAutoHeight Method

GetContentAutoHeight(double)

Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.

Declaration
protected override double GetContentAutoHeight(double width)
Parameters
Type Name Description
double width

Width of area of contents of object in twips.

Returns
Type Description
double

Returns height of area of contents of object in twips.

Overrides