Share via


TablixMember.m_children Field

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

A TablixMemberCollection object that represents the children of this tablix member.

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

Syntax

'Declaration
Protected m_children As TablixMemberCollection
'Usage
Dim value As TablixMemberCollection 

value = Me.m_children 

Me.m_children = value
protected TablixMemberCollection m_children
protected:
TablixMemberCollection^ m_children
val mutable m_children: TablixMemberCollection
protected var m_children : TablixMemberCollection

See Also

Reference

TablixMember Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace