ArcGIS Connection
An ArcGIS Connection is used when you want to add GIS data from an additional data source in your report.
Specify the name of the connection and click on Build...

New ArcGIS connection
Choose a workspace type and the path to the data source. Following setup types are available:
•PGDB (Personal Geodatabase / *.mdb)
•FGDB (File Geodatabase / *.gdb)
•SDE (ArcSDE Database)
If you use the Workspace type define the data source to the desired type.

Choose ArcGIS workspace type
If you use SDE as workspace type, you have to select the path where the .SDE file is stored. By default, the SDE file is stored under C:\Users\BenutzerXXX\AppData\Roaming\ESRI\Desktop10.x\ArcCatalog.

ArcGIS workspace type SDE
Test the connection by pressing the button Test Connection. The Connection String for the ArcGIS connection is created. The connection string shows, that an ESRI GeoDB OleDB driver is used for the data request.

ArcGIS Connection String
|
After creating the ArcGIS connection it is necessary to save the template. If you don't save the template, you will get an error message when you preview your data. After saving the template, the provider is integrated in the template. |
The next step is to add the tables and feature classes from your ArcGIS data source.
Choose your ArcGIS connection as new data source.

Add data source from ArcGIS connection
The select data window only lists the geodatabase tables. The feature classes are not listed. The feature classes have to be queried first. For this, click on Query New.

Create new query on ArcGIS feature classes
Specify the name of the new data source and insert the SQL statement in the query text window. For the select statement you have to know the feature class name (e.g. hfl for houses: Feature Class Name Hfl). If you want to have all feature class columns available in the data source, the SQL expression must look like this: Select * from Hfl.
After you have specified the expression, click the button Retrieve Columns to get the queried columns of the feature class.

Create query
|
The Query Builder doesn't work for ArcGIS connection. The SQL statement has to be created manually. |
BLOB fields and geometry fields (SHAPE, Shape_Length, Shape_Area) are filtered. If you want to query these fields, an error message is thrown.
After confirming the dialog, the data source can be selected among the queries. Select the query to add it as a data source.

Add newly created query as data source
|
When you have an OLEDB Connection via an ESRI OLEDB provider in your template, there is no need to remove the connection. Old Esri OLEDB connections are still supported. However, these are not automatically changed to the new ArcGIS connection type. The old connection remains a standard OLEDB connection. |