|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebCustomReportVariables
Provides access to members that describe the available variables for a custom report.
| Method Summary | |
|---|---|
String |
getVariableDataSource()
The name of the Report data source with the variables. |
IEnumBSTR |
getVariableNames()
The names of variables used in the custom report. |
void |
setVariableDataSource(String variableDataSource)
The name of the Report data source with the variables. |
void |
setVariableNames(IEnumBSTR variableNames)
The names of variables used in the custom report. |
| Method Detail |
|---|
String getVariableDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVariableDataSource(String variableDataSource)
throws IOException,
AutomationException
variableDataSource - The variableDataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getVariableNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setVariableNames(IEnumBSTR variableNames)
throws IOException,
AutomationException
variableNames - A reference to a com.esri.arcgis.system.IEnumBSTR (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 | ||||||||