MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / Contains Method
The RenderingExtensionInfo to search.

In This Topic
Contains Method (RenderingExtensionInfoCollection)
In This Topic
Determines whether the RenderingExtensionsCollection contains a specific RenderingExtensionInfo.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As RenderingExtensionInfo _
) As Boolean
 

Parameters

value
The RenderingExtensionInfo to search.

Return Value

True if specified RenderingExtensionInfo is presented in the collection, False othervise.
See Also