This method can be called only by *another* RenderFragment object during resolving LengthRef object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected internal virtual void CalcLength(
	RefDim dim
)
Visual Basic
Protected Friend Overridable Sub CalcLength ( _
	dim As RefDim _
)

Parameters

dim
Type: RefDim
Dimension which must be resolved.

See Also