ActiveReports 12
Item(String) Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class > Item Property : Item(String) Property
The name of the report control to get.
Gets the specified report control from the collection located at the position specified by the index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ReportItem
public ReportItem Item( 
   string name
) {get;}

Parameters

name
The name of the report control to get.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members
Overload List