API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsresPrepareReportData Class

Retrieves the largest truck/load # for a job.
Inheritance Hierarchy
SystemObject
  FabSuiteResponseApifsresCommand
    FabSuiteResponseApifsresPrepareReportData

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")]
public class fsresPrepareReportData : fsresCommand

The fsresPrepareReportData type exposes the following members.

Constructors
  NameDescription
Public methodfsresPrepareReportData
Initializes a new instance of the fsresPrepareReportData class
Top
Properties
  NameDescription
Public propertyCommandGUID (Inherited from fsresCommand.)
Public propertyErrorCode (Inherited from fsresCommand.)
Public propertyErrorMessage (Inherited from fsresCommand.)
Public propertyReportInstanceGUID
GUID representing the instance of report data. Can be passed to a MakeReport command to render a report.
Public propertyReportInstanceID
ID in the report tables identifying this set of report data. Can be used to help query the report tables directly.
Public propertySuccessful (Inherited from fsresCommand.)
Top
See Also