ActiveReports 12
Remove Method (RenderingExtensionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : Remove Method
The RenderingExtensionInfo to remvoe.
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

Reference

RenderingExtensionInfoCollection Class
RenderingExtensionInfoCollection Members