InsertText(Value: String);
Value. Text set by the user.
The InsertText method inserts the text set by user in the express report header.
Any text information can be indicated in the header text. It is also possible to use substitutions in the text:
&[Date] - current date.
&[Time] - current time.
&[Name] - express report name.
&[Globals.<Variable identifier>] - the value of global variable. Global variable identifier is case sensitive.
&[Dimensions.<Dimension identifier>] - selection by specified dimension.
The method use is given in the example for IErAnalyzerTitle.SetSel.
See also: