Resolves a dimension of object specified as reference.

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

Syntax

C#
protected virtual void ResolveLengthRef(
	RefDim dim,
	LengthRef length
)
Visual Basic
Protected Overridable Sub ResolveLengthRef ( _
	dim As RefDim, _
	length As LengthRef _
)

Parameters

dim
Type: RefDim
Dimension to resolve.
length
Type: LengthRef
LengthRef object defining a value of dimension.

See Also