AddReportType | Adds a new report type. |
DeleteReportType | Deletes an existing report type. |
GetDataInterface | Creates an empty data structure for use with the ReportTypesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetReportType | Retrieves a report type.
The report type is specified by its key, which is contained in the ReportTypeParams object passed to the method. |
GetReportTypeList | Returns the ReportTypesParams data collection that identify all report types. |
UpdateReportType | Updates 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. |