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


IReportEngine.ExportReport Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMap > ESRI.ArcGIS.ArcMap > Interfaces > IR > IReportEngine Interface > IReportEngine.ExportReport Method
ArcGIS Developer Help

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