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


IReportEngine.RunReport Method (ArcObjects .NET 10.5 SDK)
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)