| 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.
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.
| Visual Basic |
|---|
Public Sub RegisterForReport( _
   ByVal bWithProperties As Boolean _
) |
- 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.
Call this method only when BeforeAction is true; otherwise, an exception is thrown.