Gets the items displayed in the associated data range.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public IEnumerator GetEnumerator () |
Visual Basic
Copy Code
|
|---|
Public Function GetEnumerator () As IEnumerator |
An IEnumerable that can be used to enumerate the items.
See Also