TitleBar: IEaxTitle;
The TitleBar property returns parameters of the express report header.
Sub Main;
Var
MB: IMetabase;
Expr: IEaxAnalyzer;
Title: IEaxTitle;
Begin
MB:=MetabaseClass.Active;
Expr:=MB.ItemById("EXPRESS_REPORT").Bind As IEaxAnalyzer;
Title:=Expr.TitleBar;
End Sub Main;
After executing this example the variable Title contains parameters of the express report header. Express report identifier - EXPRESS_REPORT.
See also: