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

value

Glossary Item Box

Adds RenderingExtensionInfo to the end of the RenderingExtensionsCollection.

Syntax

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

Parameters

value

See Also