Share via


TextRun.m_indexIntoParentCollectionDef Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the index of the text run in the parent collection definition.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_indexIntoParentCollectionDef As Integer
'Usage
Dim value As Integer 

value = Me.m_indexIntoParentCollectionDef 

Me.m_indexIntoParentCollectionDef = value
protected int m_indexIntoParentCollectionDef
protected:
int m_indexIntoParentCollectionDef
val mutable m_indexIntoParentCollectionDef: int
protected var m_indexIntoParentCollectionDef : int

See Also

Reference

TextRun Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace