ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegionExtensions Class / Exclude Method
The compiled region.
The path to exclude.

In This Topic
    Exclude Method (CompiledRegionExtensions)
    In This Topic
    Excludes the specified path from the compiled region.
    Syntax
    'Declaration
     
    Public Shared Sub Exclude( _
       ByVal rgn As CompiledRegion, _
       ByVal path As PathEx _
    ) 
    public static void Exclude( 
       CompiledRegion rgn,
       PathEx path
    )

    Parameters

    rgn
    The compiled region.
    path
    The path to exclude.
    See Also