ComponentOne FlexReport for WinForms
PictureShowEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : PictureShowEnum Enumeration
Specifies where the background picture is displayed.
Syntax
'Declaration
 
Public Enum PictureShowEnum 
   Inherits System.Enum
public enum PictureShowEnum : System.Enum 
Members
MemberDescription
AllButFirstPageShow the background picture on all pages but the first.
AllPagesShow the background picture on all pages.
FirstPageShow the background picture on the first page only.
NoPagesDo not show the background picture.
Remarks
Use the members of this enumeration to set the value of the Layout.PictureShow property in the Layout class.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.PictureShowEnum

See Also

Reference

C1.Win.FlexReport Namespace