ActiveReports Developer 7
IndexOf Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : IndexOf Method

value

Glossary Item Box

Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal value As RenderingExtensionInfo _
) As System.Integer
C# 
public System.int IndexOf( 
   RenderingExtensionInfo value
)

Parameters

value

See Also