ActiveReports 10
Item Property (RenderingExtensionInfoCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : Item Property
Gets or sets the RenderingExtensionInfo at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As RenderingExtensionInfo
public RenderingExtensionInfo this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

RenderingExtensionInfoCollection Class
RenderingExtensionInfoCollection Members