📚 SAP Business One SDK Help

ReportTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddReportTypeAdds a new report type.
Public Method DeleteReportTypeDeletes an existing report type.
Public Method GetDataInterfaceCreates an empty data structure for use with the ReportTypesService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetReportTypeRetrieves a report type.

The report type is specified by its key, which is contained in the ReportTypeParams object passed to the method.

Public Method GetReportTypeListReturns the ReportTypesParams data collection that identify all report types.
Public Method UpdateReportTypeUpdates an existing report type. 

The data for the report type, including the key of the report type to be updated, is contained in the ReportType object passed to the method. To update a report type, you must first retrieve it using the GetReportType method.

See Also