Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the children of this data member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Children As DataMemberCollection
Get
'Usage
Dim instance As DataMember
Dim value As DataMemberCollection
value = instance.Children
public virtual DataMemberCollection Children { get; }
public:
virtual property DataMemberCollection^ Children {
DataMemberCollection^ get ();
}
abstract Children : DataMemberCollection
override Children : DataMemberCollection
function get Children () : DataMemberCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataMemberCollection
A DataMemberCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace