GrapeCity ActiveReports for .NET 16.0J
TargetDeviceKind 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : TargetDeviceKind 列挙体
レイヤーを出力するために使用可能な出力デバイスを示す列挙体を表します。
シンタックス
'宣言
 
Public Enum TargetDeviceKind 
   Inherits System.Enum
public enum TargetDeviceKind : System.Enum 
メンバ
メンバ解説
Allレイヤーに配置されたコントロールは画面に表示、エクスポート、および印刷できます。
Exportレイヤーに配置されたコントロールは、サポートされている任意のファイル形式にエクスポートできます。
Noneレイヤーに配置されたコントロールはデバイスに出力されません。
Paperレイヤーに配置されたコントロールは、プリンタで印刷できます。
Screenレイヤーに配置されたコントロールは、ビューワに表示できます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind

参照

GrapeCity.ActiveReports.PageReportModel 名前空間