We found out that we have APIs to programmatically scroll table plots, summary table and cross tables using API
var table = visual.As<SummaryTable>();
layout = table.CreateLayout();
But we do not have such API for Graphical tables.
This is a blocker for us since it blocks us from generating reports using our custom reporting function that takes snapshots from the visualizations and dump them into PPT document.