ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / IndexOf Method
The RenderingExtensionInfo to looking for.

In This Topic
    IndexOf Method (RenderingExtensionInfoCollection)
    In This Topic
    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