Specifies where the background picture is displayed.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PictureShowEnum |
| Visual Basic |
|---|
Public Enumeration PictureShowEnum |
Members
| Member name | Description | |
|---|---|---|
| NoPages | Do not show the background picture. | |
| AllPages | Show the background picture on all pages. | |
| FirstPage | Show the background picture on the first page only. | |
| AllButFirstPage | Show the background picture on all pages but the first. |
Remarks
Use the members of this enumeration to set the value of the PictureShow property in the Layout class.