| UpdateReportType Method | |
| See Also |
- pIReportType
- The data for the report type to be updated. The ReportType object must contain the key of the object to be updated.
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.
| Visual Basic |
|---|
Public Sub UpdateReportType( _
ByVal pIReportType As ReportType _
) |
- pIReportType
- The data for the report type to be updated. The ReportType object must contain the key of the object to be updated.