ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutInfo Structure / TargetDevice Property

In This Topic
    TargetDevice Property (LayoutInfo)
    In This Topic
    Specifes target device for this LayoutContext.
    Syntax
    'Declaration
     
    Public Property TargetDevice As ITargetDevice
    public ITargetDevice TargetDevice {get; set;}
    See Also