ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / Def.Region Class / IsApplicable Method

In This Topic
    IsApplicable Method
    In This Topic
    Check if the region is applicable to the other region.
    Syntax
    'Declaration
     
    Public Function IsApplicable( _
       ByVal other As Def.Region _
    ) As Boolean
    public bool IsApplicable( 
       Def.Region other
    )

    Parameters

    other
    See Also