Export QueryBuilder UI as PDF?
What would be the best practice to export the QueryBuilder UI as PDF or picture? Or is it possible to print it?
If this is not supported, what would be the best practice to acquire the metadata required to re-generate the UI layout?
I understand that the LayoutSql already provides information about the actual arrangement of the data sources within a sub query.
But what is the best way to get the structure used in the expression tree-view on the left? And how can I get the column definition table below the data source diagram?
As always, thank you in advance for any help! :)
Exporting query diagrams to images is not possible.
To analyze and export the sub-query structure have a look at the Query Structure demo project that included in the trial and full version installation packages, read these articles in the Knowledge Book.
Each datasource object on the diagam has the reference to appropriate object in the Metadata container, which has list of fields (of the MetadataField type) available through the MetadataItem.Items property.