ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / Remove Method
The RenderingExtensionInfo to remvoe.

In This Topic
    Remove Method (RenderingExtensionInfoCollection)
    In This Topic
    Removes the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As RenderingExtensionInfo _
    ) 
    public void Remove( 
       RenderingExtensionInfo value
    )

    Parameters

    value
    The RenderingExtensionInfo to remvoe.
    See Also