Browse By Tags

  • [CONNECT Update 16] Write a CONNECT Report for Tag data

    I want to write a Report for tag data. So far, so good... That reports tag data, but not where they come from. We need to know what the tag belongs to, otherwise it's hard to make sense of the Report. How do I include the ID of the host element…
  • [MSCE U16 C#] Create custom group for "Include Items" in Microstation's Report

    Introduction We have introduced groups for selecting items in the Reports->Included Items tab->ItemTypes property. When you click on the "Select an Item Type.." drop-down of "Item Types" dialog, a pop-up appears with groups of Items like "Item Types…
  • [CONNECT] Creating a Table from Seed Inserts Unwanted Rows

    I'm using MicroStation CONNECT Update 14.2. This question is about the use of TextTable seeds . I have a TextTable seed, which I specify when creating a Report ... In this example, I've chosen TextTable seed Brown Table . The TextTable is created…
  • [CONNECT] Report Text Nodes

    We can write a MicroStation Report about text elements. Here's an example Text Report . How would I design a report to analyse text nodes? That is, get the text node location, and list its text contents? Suppose I have a text node that contains three…
  • [CONNECT] Use Report as a Data Source

    We can create a DGN Table using a Report as a data source. However, that connection is a black box with no public access. Is there a way in which we can connect to a Report programmatically, in order to use it as a data source? I'm thinking a generalised…
  • Length of driving line to cells associated --> REPORT

    .DGN attached How to set REPORT to display TOTAL LENGTH of line to EVERY ASSOCIATED CELL with multiple ITEM TYPES within? As file shows - I would like to attach multiple parametric cells /ITEM TYPES/ to line string and gather line string length of…
  • [CONNECT .NET] No API for Reports

    The .NET API lacks any support for MicroStation Reports . The C++ MicroStationAPI provides ways to create a Report definition (e.g. class ReportDefinitionNode ) but I don't see the same for .NET. Perversely , the C++ MicroStationAPI documents a managed…
  • [CONNECT C++] ColumnDefinitionNode::GetFormattingOptions Needs Fixing

    ColumnDefinitionNode::GetFormattingOptions is broken There's currently no way to apply formatting to a Report column programmatically. It's not possible to get the column formatting options. Paul Connelly said: Looking at the implementation of GetFormattingOptions…
  • [CONNECT] Item Type Foreign Key or Relationship

    I have two Item Type definitions: Area Features and Doors . I can tag an office, for example, as an Area Feature ; and I can tag a door cell as a Door . Here's an illustration... Now I want to relate one to the other. You can see that Door 102 belongs…
  • [CONNECT C++] ColumnDefinitionNode::GetFormattingOptions (bool createIfNotFound)

    ECN::IECInstancePtr formatOptions { columnNode->GetFormattingOptions (true) }; Once I've modified formatOptions , how do I pass those data back to my columnNode ? I don't see a ColumnDefinitionNode::SetFormattingOptions() method.
  • [CONNECT C++] Report: format column of element data

    How does one create a Report column definition that formats an element property? For example, if I manually create a Report about text elements I can add the element origin. Then I right-click to format it... The Report now includes the formatted…
  • ReportDefinitionNode::RemoveAllAssociations() should be moved to the published API

    If any Tables have been placed with associations to a Report definition, they will not be cleaned up when removing a Report definition by DeleteNode() . If the user tries to refresh a Table 's contents from its associated Report definition, the refresh…
  • [CONNECT C++] Delete a ReportDefinitionNode

    I can find a ReportDefinitionNode like this... ReportDefinitionNodePtr node = ReportDefinitionNode::FindByPath (L"category\definition-name", *activeDgnFile); How can I delete that node?
  • [CONNECT C++] Add DGN File Name to Report

    I want to create a Report programmatically. The Report should have a column that displays the DGN file name where an Item is found. In a related question I found how to add a DGN model name to a report... DgnECHostRelationshipSpecificationList hostList;…
  • [CONNECT C++] Add DGN Model Name to Report

    I'd like to add the active DGN model name to a Report . I'm looking at the ReportsExample delivered with the SDK What I'd like to see is a report of the Item Types defined by commands CMD_REPORTSEXAMPLE_CREATE_ITEMTYPES CMD_REPORTSEXAMPLE_ATTACH_ITEMTYPES_TOELEMENT…
  • Reporting for CAD Administrators: Working Units, Scales and Coordinate System Reporting

    In a project if you ever have encountered a design file that came from outside your company, department or group, you probably already know that no two “dgn” files are equal. In some cases they don’t print correctly, line styles don’t display correctly…
  • [CONNECT C++] Translate ECQuery to Report Filter

    My code can build an ECQuery that interrogates Item Type instances. I would like to create a Report that emulates that ECQuery. Is there any way to translate an ECQuery to a Repor t filter? That is, user has queried a set of elements by filtering their…
  • [CONNECT C++] Item Types -- Report Definition fails

    My code for AreaAnnotator creates an Item Type definition in the active DGN file if one doesn't already exist. That works fine, and I can add Item data to shape elements. The code also attempts to define a Report , and I am failing miserably. Here's…
  • [CONNECT C++] Item Types - Report Filter Syntax

    SDK example ReportsExample shows how to define an Item Type Report programmatically. There is a commented line that illustrates a filter, to restrict the rows generated in the Report ... reportNode->SetRowFilter (L" this.DgnCustomItemTypes_VendorCatalogItem…
  • [CONNECT] Report: formatting element properties

    Thanks to a hint by Ian Lapper in this thread , I can format text fields that display element properties the way I want... How can I apply that same formatting to the same data in a CONNECT Report ?
  • Setting the project title in Connect

    Product(s): Hevacomp Connect Version(s): V8i (N/A) Environment: N/A Area: N/A Subarea: N/A Problem The project title is not being set correctly. Solution The reports won't reflect a new…