ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IReadOnlyReportItemCollection Interface : Item Property

Glossary Item Box

Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem with the specified name.

Overload List

OverloadDescription
Item(String)Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem with the specified name.  
Item(Int32)Returns the DataDynamics.Reports.Extensibility.Rendering.Components.IReportItem at the specified index.  

See Also