Calculates a value of dimension specified by the LengthRef object. (dimension references a dimension of another object).

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

Syntax

C#
protected virtual void CalcLengthRef(
	RefDim dim,
	LengthRef length,
	bool customObjectDimension,
	out PageAreaBase pageArea,
	out double value
)
Visual Basic
Protected Overridable Sub CalcLengthRef ( _
	dim As RefDim, _
	length As LengthRef, _
	customObjectDimension As Boolean, _
	<OutAttribute> ByRef pageArea As PageAreaBase, _
	<OutAttribute> ByRef value As Double _
)

Parameters

dim
Type: RefDim
Dimension to calculate.
length
Type: LengthRef
LengthRef object defining a value of dimension.
customObjectDimension
Type: System..::..Boolean
Indicates that the custom object dimension is resolved, coordinate of point for RenderLine, width of column for RenderTable etc.
pageArea
Type: PageAreaBase%
Contains PageAreaBase object referenced by LengthRef on exit.
value
Type: System..::..Double%
Contains value of coordinate or size on exit.

See Also