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:

OptionDescription
Manual TextEnter a fixed/static text that will always be shown on the button.
External data from the following data sourceConnect the button text to real-time data from a data provider. The text will automatically update based on the data source content.

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

FieldDescription
ColumnThe specific column in the data source that contains the text to display.
Content TypeDetermines how the content from the data source should be interpreted (e.g., plain text, formatted).
RowThe specific row in the data source to pull the text from.

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.