[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind

TargetDeviceKind Enum

Specifies the possible target devices for layer.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
[Flags]
public enum TargetDeviceKind

Fields

Name Description
All

Allows to output to Screen, Paper and Export target devices

Export

Allows to output to Export target device

None

Forbids to output to any target device

Paper

Allows to output to Paper target device

Screen

Allows to output to Screen target device

Extension Methods