FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / PictureShowEnum Enumeration

In This Topic
    PictureShowEnum Enumeration
    In This Topic
    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.
    Inheritance Hierarchy

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

    See Also