ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : Remove Method

value

Glossary Item Box

Removes the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As RenderingExtensionInfo _
) 
C# 
public void Remove( 
   RenderingExtensionInfo value
)

Parameters

value

See Also