[]
        
(Showing Draft Content)

C1.Report.FieldBase.GetContentAutoSize

GetContentAutoSize Method

GetContentAutoSize(out double, out double)

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

Declaration
protected abstract void GetContentAutoSize(out double width, out double height)
Parameters
Type Name Description
double width

OUT: width of area of contents of object in twips.

double height

OUT: height of area of contents of object in twips.