ActiveReports 19 .NET Edition
MESCIUS.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 _
) 
 

Parameters

value
The RenderingExtensionInfo to remvoe.
See Also