|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportEngine
COM Interface 'IReportEngine'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMap.olb'
Description: 'Provides access to members that operate on the report.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf94b2bd2_edfe_4e39_90d0_e19ea3345645
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
exportReport(java.lang.String filePath,
java.lang.String pages,
int type)
Exports an executed report in the desired format. |
boolean |
runReport(ITrackCancel pTrackCancel)
Executes the report base on the IReportDataSource properties. |
Field Detail |
---|
static final int IIDf94b2bd2_edfe_4e39_90d0_e19ea3345645
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean runReport(ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean exportReport(java.lang.String filePath, java.lang.String pages, int type) throws java.io.IOException, AutomationException
filePath
- The filePath (in)pages
- The pages (in)type
- A com.esri.arcgis.arcmap.esriReportExportType constant (in)
java.io.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 |