ActiveReports 13
Item Property (RenderingExtensionInfoCollection)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Configuration Namespace > RenderingExtensionInfoCollection Class : Item Property
The index of the item to get or set.
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
The index of the item to get or set.
See Also

Reference

RenderingExtensionInfoCollection Class
RenderingExtensionInfoCollection Members