Resolves a expression dimension of object.

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

Syntax

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

Parameters

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

Return Value

Returns true if no error occurs.

See Also