📚 SAP Business One SDK Help

GetReportType Method
See Also 
pIReportTypeParams

The key of the report type to retrieve.

Description

Retrieves a report type.

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

Syntax

Visual Basic
Public Function GetReportType( _
   ByVal pIReportTypeParams As ReportTypeParams _
) As ReportType

Parameters

pIReportTypeParams

The key of the report type to retrieve.

See Also