This document is archived and information here might be outdated.  Recommended version.


IReportEngine.ExportReport Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcMap)  

IReportEngine.ExportReport Method

Exports an executed report in the desired format.

[Visual Basic .NET]
Public Function ExportReport ( _
    ByVal filePath As String, _
    ByVal pages As String, _
    ByVal type As esriReportExportType _
) As Boolean
[C#]
public bool ExportReport (
    string filePath,
    string pages,
    esriReportExportType type
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReportEngine Interface

.NET Samples

Generate a report (Code Files: ExportReport)