|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebReportOptions
Provides access to members that control the format of 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 (default is esriArcWebReportFormatPDF). |
IEnumArcWebKeyValue |
getReportHeader()
The key/value pairs for the header of a report (default is null). |
void |
setDataSource(String dataSource)
The name of the data source used for creating a report. |
void |
setReportFormat(int reportFormat)
The format of the report (default is esriArcWebReportFormatPDF). |
void |
setReportHeader(IEnumArcWebKeyValue reportHeader)
The key/value pairs for the header of a report (default is null). |
| 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.
IEnumArcWebKeyValue getReportHeader()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReportHeader(IEnumArcWebKeyValue reportHeader)
throws IOException,
AutomationException
reportHeader - A reference to a com.esri.arcgis.arcweb.IEnumArcWebKeyValue (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 | ||||||||