Search
DataRange.SectionDataSource.GetEnumerator Method
See Also
 





Gets the items displayed in the associated data range.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public IEnumerator GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator

 Return Value

An IEnumerable that can be used to enumerate the items.

 See Also