Paragraph.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 report definition into the collection of report definition object’s parent.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace