ActiveReports 12
IndexOf Method (RenderingExtensionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : IndexOf Method
The RenderingExtensionInfo to looking for.
Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As RenderingExtensionInfo _
) As Integer
public int IndexOf( 
   RenderingExtensionInfo value
)

Parameters

value
The RenderingExtensionInfo to looking for.
See Also

Reference

RenderingExtensionInfoCollection Class
RenderingExtensionInfoCollection Members