📚 SAP Business One SDK Help

GetTaxReportFilter Method
See Also 
pITaxReportFilterParams
TaxReportFilterParams identification key.

Description

Get a TaxReportFilter by its TaxReportFilterParams identification key.

Syntax

Visual Basic
Public Function GetTaxReportFilter( _
   ByVal pITaxReportFilterParams As TaxReportFilterParams _
) As TaxReportFilter

Parameters

pITaxReportFilterParams
TaxReportFilterParams identification key.

Example

See Also