ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / Add Method
The RenderingExtensionInfo info to be added.

In This Topic
    Add Method (RenderingExtensionInfoCollection)
    In This Topic
    Adds RenderingExtensionInfo to the end of the RenderingExtensionsCollection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As RenderingExtensionInfo _
    ) As Integer
    public int Add( 
       RenderingExtensionInfo value
    )

    Parameters

    value
    The RenderingExtensionInfo info to be added.

    Return Value

    The index of added item.
    See Also