General
This type of placeholder evaluates to a String that contains the title of a Datasource object.
Syntax
The syntax for this type of placeholder is:
Datasource Object Title Placeholder Syntax
[Datasource].[<datasource_name>].[Variable].[<variable_name>]
Examples
Let's suppose there is a Datasource named Sales Data that has a variable named Sales Rep Name that has the value David Laychak; The following example accesses that variable:
Datasource Object Title Placeholder Example
"Hello " & [Datasource].[Sales Data].[Variable].[Sales Rep Name]
The expression will return Hello David Laychak when evaluated at runtime.