This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMap > ESRI.ArcGIS.ArcMap > Interfaces > IR > IReportEngine Interface > IReportEngine.ExportReport Method (ArcObjects .NET 10.5 SDK) |
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 );