Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Data

  • Last UpdatedFeb 08, 2024
  • 2 minute read
  • Calculated Fields

    Enables users to access a report's calculated fields collection editor.

  • Data Adapter

    Specifies the report's data adapter, used to populate the report's data source. It is created automatically when the Data Member property is defined. Refer to Bind a Report to Data for further information.

  • Data Member

    Specifies the specific list (database table) in a report's Data Source, from which Reporting objects display data. Refer to Bind a Report to Data for further information.

    Note: It is not usually necessary to specify the Data Member property when binding a report to data. This property should only be set if the Data Source dataset contains more than one table.

  • Data Source

    Determines a report's Data Source. Refer to Bind a Report to Data for further information.

  • Filter String

    Used to display the Filter String Editor, which is intended to easily define a filtering condition for a report's data. Refer to Change or Apply Data Sorting to a Report for further information.

  • Tag

    This property is used to add some additional information to a report; for example its id, by which it can then be accessible via scripts.

  • XML Data Path

    Used to define a path to data contained in an external XML file. The data contained in the file will then be used as a report's data source.

Related Links