I just tested a 2 dimension array and it worked ok.
In the PLC program:
TagArray : ARRAY [0..10,0..10] OF DINT;
In AdvancedHMI:
- Add a BasicLabel to the form
- Set PLCAddressValue to Main.TagArray[1,1]
- Run the application
My BasicLabel shows the value of the variable