Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[CONNECT C++] Add Formatting to a Report Column

$
0
0

The SDK example Annotations\ReportsExample shows how to create a report definition programmatically: create a set of ColumnDefinitionNodes...

ColumnDefinitionNodePtr columnNode = groupNode.CreateColumnDefinition (columnName, -1);
ReportColumnAccessorList accessors;
accessors.push_back (ReportColumnAccessor (QualifiedECAccessor (schemaName, className, accessString)));
columnNode->SetAccessors (accessors);

What is not shown, and what I can't find mentioned in MicroStationAPI help, is how to apply formatting to a report column.


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>