Show / Hide Table of Contents

Enum ShiftMode

The automatic shift mode.

Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public enum ShiftMode

Fields

Name Description
Always

Shift the object up or down if any object above it shrinks or grows.

Never

Do not shift the object.

WhenOverlapped

Shift the object up or down if any object above it shrinks or grows. Objects must have overlapped x-coordinates.

Back to top Generated by DocFX