Version

Export Method

Exports the Report to a file in a specified output format. The Infragistics.Windows.Reporting.ReportSettings.FileName determinates the exported file name.
Overload List
OverloadDescription
Export(OutputFormat)Exports the Report to a file in a specified output format. The Infragistics.Windows.Reporting.ReportSettings.FileName determinates the exported file name.  
Export(OutputFormat,String)Exports the Report to a file in the specified file format using the specified file name.  
Export(OutputFormat,String,Boolean)Exports the Report to a file in the specified file format using the specified file name.  
Export(OutputFormat,Stream)Exports the Report in a specified file format in a specified stream.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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