ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / PageGeneratorSettings Class / TargetDeviceKind Property

In This Topic
    TargetDeviceKind Property (PageGeneratorSettings)
    In This Topic
    Gets or sets the target device type for rendering.
    Syntax
    'Declaration
     
    Public Property TargetDeviceKind As TargetDeviceKind
    public TargetDeviceKind TargetDeviceKind {get; set;}

    Property Value

    The target device kind. The default is GrapeCity.ActiveReports.PageReportModel.TargetDeviceKind.All.
    See Also