TextRunCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the item at the specified index.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TextRun this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TextRun
Default Public Overrides ReadOnly Property Item(i As Integer) As TextRun
Parameters
- i
- Int32
The index of the item.
Property Value
A TextRun object at the specified index.s