ActiveReports 6 Online Help
GetEnumerator Method (DDSheets)
Example 

Returns an IEnumerator object for this collection allowing you to enumerate the DDSheet objects contained in the collection. Allows the use of foreach statements with the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator
public IEnumerator GetEnumerator()

Return Value

IEnumerator object.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DDSheets Class
DDSheets Members

Send Feedback