MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TargetDevices Enumeration

TargetDevices Enumeration
Specifies the possible target devices for layer.
Syntax
'Declaration
 
Public Enum TargetDevices 
   Inherits System.Enum
 
Members
MemberDescription
AllAllows to output to Screen, Paper and Export target devices
ExportAllows to output to Export target device
NoneForbids to output to any target device
PaperAllows to output to Paper target device
ScreenAllows to output to Screen target device
Inheritance Hierarchy

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

See Also