Specifies the position of a background image.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum BackgroundImagePosition |
| Visual Basic |
|---|
Public Enumeration BackgroundImagePosition |
Members
| Member name | Description | |
|---|---|---|
| Default | Default. Treated as Center. | |
| Top | Draw image at top center. | |
| TopLeft | Draw image at top left. | |
| TopRight | Draw image at top right. | |
| Left | Draw image at left center | |
| Center | Draw image in center. | |
| Right | Draw image at right center. | |
| BottomRight | Draw image at bottom right. | |
| Bottom | Draw image at bottom center. | |
| BottomLeft | Draw image at bottom left. |