Skip to main content
These properties define the text displayed on the surface of an interactive button.

Content (Text)

You can choose two options to define the button text:

Data Provider

  • A data provider is a connection to an external data source, such as:
    • Database tables, queries, stored procedures.
    • XML files, RSS feeds, and other data formats.
  • Data providers are defined at presentation level, making them available to all elements within your presentation.
  • You can create a new data provider directly by clicking the button next to the dropdown box.
    (See “Working with Data Providers” for detailed guidance.)

Fields to Define for External Data Source


Remarks

  • If the data provider delivers fewer rows than specified in the Row property, no content will be shown on the button.
  • This dynamic setup allows the button to update its label automatically based on real-time data, enhancing interactivity and responsiveness.