Advances the current block flow position by the specified distance.

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

Syntax

C#
public void AdvanceBlockFlow(
	Unit distance
)
Visual Basic
Public Sub AdvanceBlockFlow ( _
	distance As Unit _
)

Parameters

distance
Type: C1.C1Preview..::..Unit
The amount by which to advance the block flow position (can be negative).

Remarks

The specified distance must specify an absolute value (i.e. it cannot be an expression or percentage), but it may be negative to move the current block flow position up on the current page.

This method can only be used between calls to StartDoc()()()() and EndDoc()()()() methods on the current document.

See Also