DataMember.m_children Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the children for this data member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_children As DataMemberCollection
'Usage
Dim value As DataMemberCollection
value = Me.m_children
Me.m_children = value
protected DataMemberCollection m_children
protected:
DataMemberCollection^ m_children
val mutable m_children: DataMemberCollection
protected var m_children : DataMemberCollection
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace