ParagraphCollection.Item[Int32] Property

Definition

Gets the item at the specified index.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::Paragraph ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::Paragraph ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.Paragraph this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.Paragraph
Default Public Overrides ReadOnly Property Item(i As Integer) As Paragraph

Parameters

i
Int32

The index of the item.

Property Value

A Paragraph object at the specified index.

Applies to