ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / TargetDevice Class / TargetDevice Constructor / TargetDevice Constructor(TargetDeviceKind,InteractivityType,SupportedPageInfo,Boolean,Boolean)

In This Topic
    TargetDevice Constructor(TargetDeviceKind,InteractivityType,SupportedPageInfo,Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As TargetDeviceKind, _
       ByVal interactivity As InteractivityType, _
       ByVal pageInfo As SupportedPageInfo, _
       ByVal paginated As Boolean, _
       ByVal pro As Boolean _
    )
    public TargetDevice( 
       TargetDeviceKind target,
       InteractivityType interactivity,
       SupportedPageInfo pageInfo,
       bool paginated,
       bool pro
    )

    Parameters

    target
    interactivity
    pageInfo
    paginated
    pro
    See Also