S3dReport - Intergraph Smart 3D Web API - Customization & Programming - Hexagon PPM

Intergraph Smart 3D Web API Programmers Reference

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
12.1 (2019)

The S3dReport entity represents the report in Smart 3D. This entity derives from the Smart API Report Entity. Reports have the navigation properties: Instances and Parameters.

<EntityType Name="Report" BaseType="Com.Ingr.Core.V1.DynamicEdmEntityObject" OpenType="true">

<Property Name="DisplayName" Type="Edm.String" Nullable="false" />

<Property Name="Description" Type="Edm.String" />

<NavigationProperty Name="Parameters" Type="Collection(Com.Ingr.Core.V1.ReportParameter)" ContainsTarget="true" />

<NavigationProperty Name="Instances" Type="Collection(Com.Ingr.Core.V1.ReportInstance)" ContainsTarget="true" />

</EntityType>