Map: IEaxMap;
The Map property returns object containing express report map (version does not support OpenGL).
Sub Main;
Var
MB: IMetabase;
Expr: IEaxAnalyzer;
Map: IEaxMap;
Begin
MB:=MetabaseClass.Active;
Expr:=MB.ItemById("EXPRESS_REPORT").Bind As IEaxAnalyzer;
Map:=Expr.Map;
End Sub Main;
After executing the example the Map variable contains the express report map. Express report identifier - EXPRESS_REPORT.
See also: