AutoComplete for ASP.NET Web Forms
PictureShowEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : PictureShowEnum 列挙体
Specifies where the background picture is displayed.
シンタックス
'宣言
 
Public Enum PictureShowEnum 
   Inherits System.Enum
public enum PictureShowEnum : System.Enum 
メンバ
メンバ解説
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.
解説
Use the members of this enumeration to set the value of the Layout.PictureShow property in the Layout class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.PictureShowEnum

参照

C1.C1Report 名前空間