ActiveReports 17 .NET Edition
Report Authors: Designer Components / Data Binding / Data Binding in Page/RDL Reports / Connect to a Data Source / XML Provider
In This Topic
    XML Provider
    In This Topic

    This article explains connecting a Page or an RDL report to an XML data source.

    Connect to an XML Data Source

    1. In the Report Explorer, right-click the Data Sources node and select the Add Data Source option or click the Add button and select the Data Source option.    
    2. In the Report Data Source dialog that appears, select the General page and enter the data source name in the Name field. By default, the data source name is set to DataSource1. This name appears as a child node to the Data Sources node in the Report Explorer.    
    3. Under the Type field, select Xml Provider.    
      Report Data Source Dialog Box for XML Provider
    4. In the Connection Properties tab, select the type of XML data as an External file or URL.
    5. Click the dropdown next to the Select or type the file name or URL field and select the <Browse...> option to specify the xml file path. For example, you can connect to the Factbook.xml sample data source which can be downloaded from GitHub.

      The Connection String tab displays the generated connection string as shown below:
      xmldoc=C:\Factbook.xml
      For more information, see the Configuration Properties for XML Data Source section.
    6. Verify the generated connection string by clicking the Validate DataSource icon Validate Icon in Report Data Source Dialog Box.
    7. Click the OK button to save the changes.

    Configuration Settings for XML Data Source

    The XML Data Provider provides the following configuration settings in the Report Data Source dialog.

    The Connection Properties tab describes the type of xml data you want to use for connecting to a data source. You can also specify an XSLT file to apply to the XML data. The Connection String tab displays the XML connection string based on the defined configuration settings in the Connection Properties tab.

    Note that elements in the connection string must be terminated with a semicolon (;) character.