|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebReportInfo
Provides access to members that contain information about an ArcWeb report.
| Method Summary | |
|---|---|
String |
getDataSource()
The name of the data source used for creating a report. |
int |
getReportFormat()
The format of the report. |
String |
getReportURL()
The URL to access the report. |
void |
setDataSource(String dataSource)
The name of the data source used for creating a report. |
void |
setReportFormat(int reportFormat)
The format of the report. |
void |
setReportURL(String reportURL)
The URL to access the report. |
| Method Detail |
|---|
String getDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataSource(String dataSource)
throws IOException,
AutomationException
dataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getReportFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReportFormat(int reportFormat)
throws IOException,
AutomationException
reportFormat - A com.esri.arcgis.arcweb.esriArcWebReportFormat constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getReportURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReportURL(String reportURL)
throws IOException,
AutomationException
reportURL - The reportURL (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 | ||||||||