ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report 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.
    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.C1Report.PictureShowEnum

    See Also