|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportDataSource
Provides access to members that set the data source properties for Report reports.
| Method Summary | |
|---|---|
String |
getDefinitionQuery()
Indicates the definition expression for the report. |
IGeometry |
getExtent()
Indicates the extent of the report features. |
ILayer |
getLayer()
Indicates the data for the report is from a layer. |
ISelectionSet |
getSelectionSet()
Indicates the selection set for the report. |
ITable |
getTable()
Indicates the data for the report is from a table. |
void |
setDefinitionQuery(String pDefinitionQuery)
Indicates the definition expression for the report. |
void |
setExtentByRef(IGeometry ppExtent)
Indicates the extent of the report features. |
void |
setLayerByRef(ILayer ppLayer)
Indicates the data for the report is from a layer. |
void |
setSelectionSetByRef(ISelectionSet ppSelectionSet)
Indicates the selection set for the report. |
void |
setTableByRef(ITable ppTable)
Indicates the data for the report is from a table. |
| Method Detail |
|---|
ILayer getLayer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerByRef(ILayer ppLayer)
throws IOException,
AutomationException
ppLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITable getTable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTableByRef(ITable ppTable)
throws IOException,
AutomationException
ppTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDefinitionQuery()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefinitionQuery(String pDefinitionQuery)
throws IOException,
AutomationException
pDefinitionQuery - The pDefinitionQuery (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISelectionSet getSelectionSet()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionSetByRef(ISelectionSet ppSelectionSet)
throws IOException,
AutomationException
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExtentByRef(IGeometry ppExtent)
throws IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IGeometry (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 | ||||||||