📚 SAP Business One SDK Help

RegisterForReport Method
See Also 
bWithProperties

Indicates whether the report data is created with properties.

If at least one add-on calls this method with bWithProperties=true, the data is created with properties.

Description

Registers the UI API to get the report data. 

If no add-on calls this method, the XML data is not created and the application doesn't send the after notification of the ReportDataEvent.

Syntax

Visual Basic
Public Sub RegisterForReport( _
   ByVal bWithProperties As Boolean _
) 

Parameters

bWithProperties

Indicates whether the report data is created with properties.

If at least one add-on calls this method with bWithProperties=true, the data is created with properties.

Remarks

Call this method only when BeforeAction is true; otherwise, an exception is thrown.

See Also