|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportEngine
Provides access to members that operate on the report.
Method Summary | |
---|---|
boolean |
exportReport(String filePath,
String pages,
int type)
Exports an executed report in the desired format. |
boolean |
runReport(ITrackCancel pTrackCancel)
Executes the report base on the IReportDataSource properties. |
Method Detail |
---|
boolean runReport(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean exportReport(String filePath, String pages, int type) throws IOException, AutomationException
filePath
- The filePath (in)pages
- The pages (in)type
- A com.esri.arcgis.arcmap.esriReportExportType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |