ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / LayersUtils Class / IsVisible Method
Target device of report item
Target device of rendering extension

In This Topic
    IsVisible Method (LayersUtils)
    In This Topic
    Checks whether specified report item visible on rendering device
    Syntax
    'Declaration
     
    Public Shared Function IsVisible( _
       ByVal itemDevice As TargetDeviceKind, _
       ByVal renderDevice As TargetDeviceKind _
    ) As Boolean
    public static bool IsVisible( 
       TargetDeviceKind itemDevice,
       TargetDeviceKind renderDevice
    )

    Parameters

    itemDevice
    Target device of report item
    renderDevice
    Target device of rendering extension
    See Also