Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AdvanceBlockFlow Method
The amount by which to advance the block flow position (can be negative).

In This Topic
    AdvanceBlockFlow Method
    In This Topic
    Advances the current block flow position by the specified distance.
    Syntax
    'Declaration
     
    Public Sub AdvanceBlockFlow( _
       ByVal distance As Unit _
    ) 
    public void AdvanceBlockFlow( 
       Unit distance
    )

    Parameters

    distance
    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