I was able to create a Report through ArcGIS Pro interface and access it through SDK. I am trying to show a table with 8 columns.
The datasource is dynamic and generated by manipulating the original datasource to suit the report needs. Updated the report columns uing the SDK, but seeing the following issues
- The column headers does not render the display name that was set
- Column size is auto set which trims the column header instead of wrapping
- Unable to display more than 6 columns (not in the sample)
Attached a sample project of what I have tried along with the datasource.
Any guidance or reference is much appreciated.