This document is archived and information here might be outdated. Recommended version. |
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 );