ActiveReports 8
Item(String) Property

The name of the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem sought.
Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As IReportItem
IReportItem Item( 
   System.string name
) {get;}

Parameters

name
The name of the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem sought.

Property Value

The DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem with the specified name or null in case there is no item with specified name in the collection.
See Also

Reference

IReadOnlyReportItemCollection Interface
IReadOnlyReportItemCollection Members
Overload List

Support Forum