ReportItemList.Item[Int32] Property

Definition

public:
 property Microsoft::ReportDesigner::IReportItem ^ default[int] { Microsoft::ReportDesigner::IReportItem ^ get(int index); };
public Microsoft.ReportDesigner.IReportItem this[int index] { get; }
member this.Item(int) : Microsoft.ReportDesigner.IReportItem
Default Public ReadOnly Property Item(index As Integer) As IReportItem

Parameters

index
Int32

Property Value

Applies to