AutomatedTestReportExport Method  | 
 
            Saves the current instance to the file.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.Report
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic void Export(
	string filename
)
Public Sub Export ( 
	filename As String
)
public:
void Export(
	String^ filename
)
member Export : 
        filename : string -> unit 
Parameters
- filename
 - Type: SystemString
The filename to save (including the extension .APR) 
See Also