fsresPrepareReportData Class |
Retrieves the largest truck/load # for a job.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
fsresPrepareReportData | Initializes a new instance of the fsresPrepareReportData class |
Properties
Name | Description | |
---|---|---|
CommandGUID | (Inherited from fsresCommand.) | |
ErrorCode | (Inherited from fsresCommand.) | |
ErrorMessage | (Inherited from fsresCommand.) | |
ReportInstanceGUID |
GUID representing the instance of report data. Can be passed to a MakeReport
command to render a report.
| |
ReportInstanceID |
ID in the report tables identifying this set of report data. Can be used to help query
the report tables directly.
| |
Successful | (Inherited from fsresCommand.) |
See Also