ArcObjects Library Reference (ArcMap)  

IReportEngine.RunReport Method

Executes the report base on the IReportDataSource properties.

[Visual Basic .NET]
Public Function RunReport ( _
    ByVal pTrackCancel As ITrackCancel _
) As Boolean
[C#]
public bool RunReport (
    ITrackCancel pTrackCancel
);

Product Availability

Available with ArcGIS Desktop.

See Also

IReportEngine Interface

.NET Samples

Generate a report (Code Files: ExportReport)