Creates and returns a copy of this object. You may call this before or after calling processData(). You may then call processData() on the created object. You must call this after calling processSetup() and before calling processComplete(). While this mostly does a deep copy, it does not do a deep copy of image data.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function Duplicate( _
ByVal output As Stream _
) As Report |
Parameters
- output
- The stream to write the report to
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also