Description
Syntax
Parameters
Example
Update Report Filter
| UpdateTaxReportFilter (Visual Basic) | Copy Code |
|---|
Dim oTaxReportFilterParams As TaxReportFilterParams
Dim oTaxReportFilter As TaxReportFilter
oTaxReportFilterParams = oTaxReportFilterService.GetDataInterface(ReportFilterServiceDataInterfaces.rfsdiTaxReportFilterParams)
oTaxReportFilterParams.Code = 5
oTaxReportFilter = oTaxReportFilterService.GetTaxReportFilter(oTaxReportFilterParams)
oTaxReportFilter.Name = "My Filter"
oTaxReportFilterService.UpdateTaxReportFilter(oTaxReportFilter)
|
|
See Also